Changeset 63568 in vbox for trunk/src/recompiler/tcg/i386
- Timestamp:
- Aug 16, 2016 2:07:39 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110223
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/i386/tcg-target.c
r62230 r63568 1259 1259 int useReg2 = ((index & 3) == 3); 1260 1260 1261 /** @todo :should we make phys address accessors fastcalls - probably not a big deal */1261 /** @todo should we make phys address accessors fastcalls - probably not a big deal */ 1262 1262 /* out parameter (address), note that phys address is always 64-bit */ 1263 1263 AssertMsg(sizeof(RTGCPHYS) == 8, ("Physical address must be 64-bits, update caller\n"));
Note:
See TracChangeset
for help on using the changeset viewer.