mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-23 00:39:26 +01:00
* added ait_symbol_end to SkipInstr
This commit is contained in:
parent
ed95777843
commit
944f9b3de1
@ -83,7 +83,7 @@ unit aasm;
|
|||||||
{$ifdef GDB}
|
{$ifdef GDB}
|
||||||
,ait_stabs, ait_stabn, ait_stab_function_name
|
,ait_stabs, ait_stabn, ait_stab_function_name
|
||||||
{$endif GDB}
|
{$endif GDB}
|
||||||
,ait_regalloc, ait_tempalloc
|
,ait_regalloc, ait_tempalloc, ait_symbol_end
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
@ -1050,7 +1050,10 @@ uses
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.80 2000-02-29 23:55:53 pierre
|
Revision 1.81 2000-04-10 12:21:33 jonas
|
||||||
|
* added ait_symbol_end to SkipInstr
|
||||||
|
|
||||||
|
Revision 1.80 2000/02/29 23:55:53 pierre
|
||||||
+ InlineStat and InlineEnd amrker added
|
+ InlineStat and InlineEnd amrker added
|
||||||
|
|
||||||
Revision 1.79 2000/02/28 17:23:56 daniel
|
Revision 1.79 2000/02/28 17:23:56 daniel
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user