Changeset 96896 in vbox
- Timestamp:
- Sep 27, 2022 11:15:30 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp
r96852 r96896 8462 8462 * Raise exceptions. 8463 8463 */ 8464 if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM)8465 return iemRaiseUndefinedOpcode(pVCpu);8466 8464 if (pVCpu->cpum.GstCtx.cr0 & (X86_CR0_TS | X86_CR0_EM)) 8467 8465 return iemRaiseDeviceNotAvailable(pVCpu); … … 8556 8554 * Raise exceptions. 8557 8555 */ 8558 if (pVCpu->cpum.GstCtx.cr0 & X86_CR0_EM)8559 return iemRaiseUndefinedOpcode(pVCpu);8560 8556 if (pVCpu->cpum.GstCtx.cr0 & (X86_CR0_TS | X86_CR0_EM)) 8561 8557 return iemRaiseDeviceNotAvailable(pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.