Use $GOTO ON

This commit is contained in:
pierre 2000-02-29 23:57:36 +00:00
parent 4a5e85e38d
commit 13d1fb7192
2 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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