Changeset 9800 in vbox for trunk/src/recompiler
- Timestamp:
- Jun 18, 2008 3:50:14 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32169
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r9798 r9800 1827 1827 1828 1828 /* FS & GS base addresses need to be loaded from the MSRs if in 64 bits mode. */ 1829 if (CPUMIsGuestIn64BitCode (pVM, CPUMCTX2CORE(pCtx)))1829 if (CPUMIsGuestIn64BitCodeEx(pVM, pCtx)) 1830 1830 { 1831 1831 /* Note that the base values in the hidden fs & gs registers are cut to 32 bits and can't be used in this case. */
Note:
See TracChangeset
for help on using the changeset viewer.