mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 16:09:33 +02:00
+ faillabel for _FAIL
This commit is contained in:
parent
63608b6dbb
commit
82999520e4
@ -118,7 +118,7 @@ unit hcodegen;
|
||||
aktexit2label : pasmlabel;
|
||||
|
||||
{ only used in constructor for fail or if getmem fails }
|
||||
quickexitlabel : pasmlabel;
|
||||
faillabel,quickexitlabel : pasmlabel;
|
||||
|
||||
{ Boolean, wenn eine loadn kein Assembler erzeugt hat }
|
||||
simple_loadn : boolean;
|
||||
@ -296,7 +296,10 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.38 1999-08-16 18:23:56 peter
|
||||
Revision 1.39 1999-08-19 13:10:18 pierre
|
||||
+ faillabel for _FAIL
|
||||
|
||||
Revision 1.38 1999/08/16 18:23:56 peter
|
||||
* reset resourcestringlist in newmodule.
|
||||
|
||||
Revision 1.37 1999/08/04 00:23:02 florian
|
||||
|
Loading…
Reference in New Issue
Block a user