Changeset 33540 in vbox for trunk/src/recompiler/tcg/i386
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/i386/tcg-target.c
r29520 r33540 571 571 int useReg2 = ((index & 3) == 3); 572 572 573 /** @todo: should we make phys add ess accessors fastcalls - probably not a big deal */573 /** @todo: should we make phys address accessors fastcalls - probably not a big deal */ 574 574 /* out parameter (address), note that phys address is always 64-bit */ 575 575 AssertMsg(sizeof(RTGCPHYS) == 8, ("Physical address must be 64-bits, update caller\n"));
Note:
See TracChangeset
for help on using the changeset viewer.