From 8d085eef10d5c503430d38029154b65d261976b5 Mon Sep 17 00:00:00 2001 From: Martin Perner Date: Sun, 16 Jan 2011 16:10:18 +0100 Subject: [PATCH] deepjit: who needs calling conventions 1246 => 1244 --- progs/deepjit.s | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.25.1