Changeset 9653 in vbox
- Timestamp:
- Jun 12, 2008 11:13:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r9541 r9653 1602 1602 */ 1603 1603 #ifdef TARGET_X86_64 1604 /* Note that the high dwords of 64 bits registers are undefined in 32 bits mode and are undefined after a mode change. */ 1604 1605 Assert(R_EAX == 0); 1605 1606 pVM->rem.s.Env.regs[R_EAX] = pCtx->rax; … … 2049 2050 2050 2051 #ifdef TARGET_X86_64 2052 /* Note that the high dwords of 64 bits registers are undefined in 32 bits mode and are undefined after a mode change. */ 2051 2053 pCtx->rdi = pVM->rem.s.Env.regs[R_EDI]; 2052 2054 pCtx->rsi = pVM->rem.s.Env.regs[R_ESI];
Note:
See TracChangeset
for help on using the changeset viewer.