mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 20:33:13 +02:00
* Corrected setting of the flag.
This commit is contained in:
parent
b78761efd3
commit
5b32c81bef
@ -2584,7 +2584,7 @@ implementation
|
||||
begin
|
||||
third:=cinlinenode.create(in_get_frame,false,nil);
|
||||
current_addr:=clabelnode.create(cnothingnode.create,clabelsym.create('$raiseaddr'));
|
||||
current_addr.toggleflag(nf_internal);
|
||||
include(current_addr.flags,nf_internal);
|
||||
addstatement(statements,current_addr);
|
||||
right:=caddrnode.create(cloadnode.create(current_addr.labsym,current_addr.labsym.owner));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user