Browse Source

* corrected rte number after last merge

florian 1 year ago
parent
commit
bdef7af09e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/i386/int64p.inc

+ 1 - 1
rtl/i386/int64p.inc

@@ -17,7 +17,7 @@
 
     function div_qword_throwdivbyzero(n,z : qword) : qword;
       begin
-        HandleErrorFrame(210,get_frame);
+        HandleErrorFrame(200,get_frame);
       end;
 
 {$define FPC_SYSTEM_HAS_DIV_INT64}