* jit/jit-opcode.c: Add the nint argument to the copy_struct opcode.
+ * jit/jit-rules-interp.c (_jit_gen_start_block): Fix fixups for
+ interpreter.
+
2007-12-31 Klaus Treichel <ktreichel@web.de>
* jit/jit-apply-x86-64.h: Swap source and destination for the call of
/* If this block has pending fixups, then apply them now */
fixup = (void **)(block->fixup_list);
- while(fixup != 0 && ((unsigned char *)fixup[2] - 1) < gen->posn.limit)
+ while(fixup != 0)
{
next = (void **)(fixup[1]);
fixup[1] = (void *)(jit_nint)(((void **)(block->address)) - fixup);