aboutsummaryrefslogtreecommitdiff
path: root/py/asmx86.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-09-06 23:24:32 +0000
committerDamien George <damien.p.george@gmail.com>2014-09-06 23:24:32 +0000
commit25d904105c61ba09de8460c0bf031c77b3faf51f (patch)
tree1b720285e81a26960f71f864a0646d21de0dec3b /py/asmx86.h
parent91fe0d4880b2abde25050d2b626320003f130e83 (diff)
py: Adjust regs for x86 so that 1 more local can live in a reg.
Diffstat (limited to 'py/asmx86.h')
-rw-r--r--py/asmx86.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/asmx86.h b/py/asmx86.h
index 1f4cfaf55..35ee55e4f 100644
--- a/py/asmx86.h
+++ b/py/asmx86.h
@@ -53,7 +53,7 @@
#define ASM_X86_CC_JL (0xc) // less, signed
#define REG_RET REG_EAX
-#define REG_ARG_1 REG_EBX
+#define REG_ARG_1 REG_EAX
#define REG_ARG_2 REG_ECX
#define REG_ARG_3 REG_EDX