mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
Use $GOTO ON
This commit is contained in:
parent
4a5e85e38d
commit
13d1fb7192
@ -20,6 +20,9 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
{$ifdef FPC}
|
||||
{$goto on}
|
||||
{$endif FPC}
|
||||
unit cg386add;
|
||||
interface
|
||||
|
||||
@ -2267,7 +2270,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.96 2000-02-18 21:25:48 florian
|
||||
Revision 1.97 2000-02-29 23:57:36 pierre
|
||||
Use $GOTO ON
|
||||
|
||||
Revision 1.96 2000/02/18 21:25:48 florian
|
||||
* fixed a bug in int64/qword handling was a quite ugly one
|
||||
|
||||
Revision 1.95 2000/02/18 16:13:28 florian
|
||||
|
@ -20,6 +20,9 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
{$ifdef FPC}
|
||||
{$goto on}
|
||||
{$endif FPC}
|
||||
unit cg386flw;
|
||||
interface
|
||||
|
||||
@ -1203,7 +1206,10 @@ do_jmp:
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.69 2000-02-10 23:44:42 florian
|
||||
Revision 1.70 2000-02-29 23:58:19 pierre
|
||||
Use $GOTO ON
|
||||
|
||||
Revision 1.69 2000/02/10 23:44:42 florian
|
||||
* big update for exception handling code generation: possible mem holes
|
||||
fixed, break/continue/exit should work always now as expected
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user