2
0
Эх сурвалжийг харах

* fixed the order of parameters in the first call to get_caller_frame in PushExceptObject

git-svn-id: trunk@25512 -
nickysn 12 жил өмнө
parent
commit
b688b79a0d
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rtl/inc/except.inc

+ 1 - 1
rtl/inc/except.inc

@@ -149,7 +149,7 @@ begin
 {$ifdef FPC_CHECK_GET_CALLER_EXCEPTIONS}
       try
 {$endif FPC_CHECK_GET_CALLER_EXCEPTIONS}
-      prev_frame:=get_caller_frame(curr_addr, curr_frame);
+      prev_frame:=get_caller_frame(curr_frame, curr_addr);
 {$ifdef FPC_CHECK_GET_CALLER_EXCEPTIONS}
       except
         halt(217);