mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:49:33 +01:00
* fixed tests/webtbs/uw3969 compilation with -Or for ppc (removed
superfluous call to location_get_data_ref) git-svn-id: trunk@926 -
This commit is contained in:
parent
5ad7967a67
commit
3aa4e8008e
@ -1008,7 +1008,6 @@ implementation
|
||||
if not is_class_or_interface(tparavarsym(p).vartype.def) and
|
||||
tparavarsym(p).vartype.def.needs_inittable then
|
||||
begin
|
||||
location_get_data_ref(list,tparavarsym(p).localloc,href,is_open_array(tparavarsym(p).vartype.def));
|
||||
if (tparavarsym(p).varspez=vs_value) then
|
||||
begin
|
||||
include(current_procinfo.flags,pi_needs_implicit_finally);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user