From: Bernhard Urban Date: Sun, 16 Jan 2011 00:59:10 +0000 (+0100) Subject: deepjit_reg: args bei sub vertauscht (loest das problem aber ned) X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=f8009b1616c9af12a47dece3d1d62b8c26dd6624 deepjit_reg: args bei sub vertauscht (loest das problem aber ned) --- diff --git a/progs/deepjit_reg.s b/progs/deepjit_reg.s index e9e20fc..a86a67e 100644 --- a/progs/deepjit_reg.s +++ b/progs/deepjit_reg.s @@ -59,7 +59,8 @@ prog_add: prog_sub: .ifill pop r7 -.ifill sub r6, r7, r6;0xe0bbb000 +.ifill sub r7, r7, r6;0xe0bbb000 +.ifill mov r6, r7 prog_lessthan: .ifill pop r7 @@ -328,9 +329,11 @@ vm_sub: PROGINSTR ldw r0, 4(r4) PROGINSTR + ldw r0, 8(r4) + PROGINSTR ;increment address - addi r2, r2, 2 + addi r2, r2, 3 br+ vm_loop