From: Martin Perner Date: Sun, 16 Jan 2011 15:10:18 +0000 (+0100) Subject: deepjit: who needs calling conventions 1246 => 1244 X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=commitdiff_plain;h=8d085eef10d5c503430d38029154b65d261976b5 deepjit: who needs calling conventions 1246 => 1244 --- diff --git a/progs/deepjit.s b/progs/deepjit.s index c5ab1ff..07a98cd 100644 --- a/progs/deepjit.s +++ b/progs/deepjit.s @@ -32,7 +32,6 @@ instrtable: prog_eof: .ifill pop r7 -.ifill mov r0, r6 .ifill ret+ prog_mul: @@ -153,7 +152,7 @@ main: call+ prog_start ; benchepilog - push r0 + push r6 call+ t_init call+ t_stop call+ t_valget @@ -225,8 +224,6 @@ vm_eof: stw r0, PDATA(r13) ldw r0, 4(r4) stw r0, PDATA(r13) - ldw r0, 8(r4) - stw r0, PDATA(r13) ;end of program ;now it is time to clear up the defer table