* src/vm/jit/i386/asmpart.S (asm_replacement_out): Added pv.
[cacao.git] / src / vm / jit / i386 / asmpart.S
index 1967bce77c15b3bbd1c5fa03d62165392414812a..501ab37b56488728eea2ec28cc141e2ad47ee736 100644 (file)
@@ -31,7 +31,7 @@
    Changes: Joseph Wenninger
             Edwin Steiner
 
-   $Id: asmpart.S 4623 2006-03-16 00:05:18Z edwin $
+   $Id: asmpart.S 4643 2006-03-16 18:38:42Z edwin $
 
 */
 
@@ -590,6 +590,9 @@ asm_replacement_out:
        add     $(sizeexecutionstate + REPLACEMENT_ROOM + 4),itmp1
        mov     itmp1,(offes_sp)(sp)
 
+       /* pv must be looked up via AVL tree */
+       movl    $0,(offes_pv)(sp)
+
        /* call replace_me */
        mov     -4(itmp1),itmp1             /* rplpoint *                         */
     push    sp                          /* arg1: execution state              */