From 01db31d94e97e71836fe862826bc8a2a399dd619 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Tue, 13 Mar 2018 20:41:55 -0400 Subject: [PATCH] Update moxie sub opcode --- src/moxie/eabi.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/moxie/eabi.S b/src/moxie/eabi.S index ac7aceb1..10cfb044 100644 --- a/src/moxie/eabi.S +++ b/src/moxie/eabi.S @@ -59,7 +59,7 @@ ffi_call_EABI: mov $r6, $r4 /* Save result buffer */ mov $r7, $r5 /* Save the target fn */ mov $r8, $r3 /* Save the flags */ - sub.l $sp, $r2 /* Allocate stack space */ + sub $sp, $r2 /* Allocate stack space */ mov $r0, $sp /* We can stomp over $r0 */ /* $r1 is already set up */ jsra ffi_prep_args