Ver Fonte

* use do_halt instead of halt

pierre há 26 anos atrás
pai
commit
a5c2aa5df8
1 ficheiros alterados com 5 adições e 2 exclusões
  1. 5 2
      compiler/compiler.pas

+ 5 - 2
compiler/compiler.pas

@@ -144,7 +144,7 @@ begin
   if recoverpospointer<>nil then
   if recoverpospointer<>nil then
     LongJmp(recoverpospointer^,1)
     LongJmp(recoverpospointer^,1)
   else
   else
-    Halt(1);
+    Do_Halt(1);
 end;
 end;
 {$endif USEEXCEPT}
 {$endif USEEXCEPT}
 
 
@@ -299,7 +299,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.32  1999-09-02 18:47:44  daniel
+  Revision 1.33  1999-09-07 15:10:04  pierre
+   * use do_halt instead of halt
+
+  Revision 1.32  1999/09/02 18:47:44  daniel
     * Could not compile with TP, some arrays moved to heap
     * Could not compile with TP, some arrays moved to heap
     * NOAG386BIN default for TP
     * NOAG386BIN default for TP
     * AG386* files were not compatible with TP, fixed.
     * AG386* files were not compatible with TP, fixed.