Fix x86-32 VM compilation; was using a 64-bit reg on accident

db4
Slava Pestov 2008-11-08 21:06:51 -06:00
parent fdbea06e27
commit abc3915387
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ and the callstack top is passed in EDX */
#define DS_REG %esi #define DS_REG %esi
#define RETURN_REG %eax #define RETURN_REG %eax
#define NV_TEMP_REG %rbx #define NV_TEMP_REG %ebx
#define CELL_SIZE 4 #define CELL_SIZE 4
#define STACK_PADDING 12 #define STACK_PADDING 12