Changeset 53061 in vbox for trunk/src/VBox
- Timestamp:
- Oct 15, 2014 12:26:35 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r52655 r53061 1153 1153 { 1154 1154 /* Catch floating point exceptions if we need to report them to the guest in a different way. */ 1155 if (!( u64GuestCR0 & X86_CR0_NE))1155 if (!(pCtx->cr0 & X86_CR0_NE)) 1156 1156 { 1157 1157 Log4(("hmR0SvmLoadGuestControlRegs: Intercepting Guest CR0.MP Old-style FPU handling!!!\n"));
Note:
See TracChangeset
for help on using the changeset viewer.