py: Adjust regs for x86 so that 1 more local can live in a reg.

This commit is contained in:
Damien George
2014-09-06 23:24:32 +00:00
parent 91fe0d4880
commit 25d904105c
3 changed files with 18 additions and 7 deletions

View File

@@ -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