Changeset 21942 in vbox for trunk/src/VBox/VMM/VMMSwitcher.cpp
- Timestamp:
- Aug 3, 2009 2:39:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher.cpp
r20864 r21942 558 558 559 559 /* 560 * Insert relative jump to specified target it SYS ENTERisn't used by the host.560 * Insert relative jump to specified target it SYSCALL isn't used by the host. 561 561 */ 562 562 case FIX_NO_SYSCALL_JMP: … … 564 564 uint32_t offTrg = *u.pu32++; 565 565 Assert(offTrg < pSwitcher->cbCode); 566 if (!CPUMIsHostUsingSys Enter(pVM))566 if (!CPUMIsHostUsingSysCall(pVM)) 567 567 { 568 568 *uSrc.pu8++ = 0xe9; /* jmp rel32 */
Note:
See TracChangeset
for help on using the changeset viewer.