mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 11:06:58 +02:00
* avoid RTE220 in gentypedconstloadnode
This commit is contained in:
parent
1184d1d208
commit
0fc900da28
@ -992,7 +992,7 @@ unit tree;
|
||||
p^.treetype:=loadn;
|
||||
p^.left:=nil;
|
||||
p^.resulttype:=sym^.definition;
|
||||
p^.symtableentry:=pvarsym(sym);
|
||||
p^.symtableentry:=sym;
|
||||
p^.symtable:=st;
|
||||
p^.disposetyp:=dt_nothing;
|
||||
gentypedconstloadnode:=p;
|
||||
@ -1717,7 +1717,10 @@ unit tree;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.75 1999-05-01 13:25:02 peter
|
||||
Revision 1.76 1999-05-04 14:27:04 pierre
|
||||
* avoid RTE220 in gentypedconstloadnode
|
||||
|
||||
Revision 1.75 1999/05/01 13:25:02 peter
|
||||
* merged nasm compiler
|
||||
* old asm moved to oldasm/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user