- Timestamp:
- Dec 18, 2008 11:55:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/tcg/i386/tcg-target.c
r15376 r15645 621 621 Assert(!useReg2 || (val_reg2 != TCG_REG_EDX)); 622 622 /* mov val_reg, %edx */ 623 tcg_out_mov(s, TCG_REG_EDX, val_reg); 623 tcg_out_mov(s, TCG_REG_EDX, val_reg); 624 624 if (useReg2) 625 625 tcg_out_mov(s, TCG_REG_ECX, val_reg2); … … 878 878 #ifdef VBOX 879 879 # ifdef RT_OS_DARWIN 880 int bias1 = 12, bias 2 = 8, bias3 = 4;880 int bias1 = 12, bias3 = 4;/** @todo TCG_TARGET_STACK_ALIGN. */ 881 881 # else 882 int bias1 = 0, bias 2 = 0, bias3 = 0;882 int bias1 = 0, bias3 = 0; 883 883 # endif 884 884 #endif
Note:
See TracChangeset
for help on using the changeset viewer.