* src/vm/jit/i386/asmpart.S (L_asm_patcher_wrapper_exception): Removed
authortwisti <none@none>
Mon, 21 Aug 2006 15:25:59 +0000 (15:25 +0000)
committertwisti <none@none>
Mon, 21 Aug 2006 15:25:59 +0000 (15:25 +0000)
duplicate add line.

src/vm/jit/i386/asmpart.S

index c5f4904714ddbb3033bdedde5fe977a313badb32..706b2a6c03236c8221a15dfa27e9c4a2da9fe25c 100644 (file)
@@ -31,7 +31,7 @@
    Changes: Joseph Wenninger
             Edwin Steiner
 
-   $Id: asmpart.S 5255 2006-08-21 15:17:48Z twisti $
+   $Id: asmpart.S 5256 2006-08-21 15:25:59Z twisti $
 
 */
 
@@ -495,7 +495,6 @@ asm_patcher_wrapper:
        ret                                 /* jump to new patched code           */
 
 L_asm_patcher_wrapper_exception:
-       add     $((6+2+4)*4),sp             /* remove stack frame, keep RA        */
        add     $((6+1+4+4)*4),sp           /* remove stack frame, keep RA        */
        mov     itmp3,xptr                  /* get exception                      */
        pop     xpc                         /* get and remove return address      */