Fix x86-32 VM compilation; was using a 64-bit reg on accident
parent
fdbea06e27
commit
abc3915387
|
@ -10,7 +10,7 @@ and the callstack top is passed in EDX */
|
|||
#define DS_REG %esi
|
||||
#define RETURN_REG %eax
|
||||
|
||||
#define NV_TEMP_REG %rbx
|
||||
#define NV_TEMP_REG %ebx
|
||||
|
||||
#define CELL_SIZE 4
|
||||
#define STACK_PADDING 12
|
||||
|
|
Loading…
Reference in New Issue