Browse Source

* corrections for debug mode

Tomas Hajny 21 năm trước cách đây
mục cha
commit
457bd753c2
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 5 2
      ide/fpcatch.pas

+ 5 - 2
ide/fpcatch.pas

@@ -85,7 +85,7 @@ var
   l : plongint;
 begin
   { Force a SIGSEGV }
-  l:=$ffffffff;
+  l:=pointer (ptrint ($ffffffff));
   l^:=1;
 end;
 
@@ -230,7 +230,10 @@ end.
 
 {
   $Log$
-  Revision 1.9  2003-09-29 14:36:59  peter
+  Revision 1.10  2004-09-15 19:23:26  hajny
+    * corrections for debug mode
+
+  Revision 1.9  2003/09/29 14:36:59  peter
     * win32 fixed
 
   Revision 1.8  2003/09/27 14:03:45  peter