Changeset 15440 in vbox for trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac
- Timestamp:
- Dec 13, 2008 1:09:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0Mixed.mac
r15360 r15440 219 219 jnz .cached_read 220 220 .no_cached_reads: 221 222 ; Save CR2 for EPT 223 mov xAX, cr2 224 mov [ss:xDX + VMCSCACHE.cr2], xAX 221 225 %endif 222 226 … … 504 508 jnz .cached_read 505 509 .no_cached_reads: 510 511 ; Save CR2 for EPT 512 mov xAX, cr2 513 mov [xDX + VMCSCACHE.cr2], xAX 506 514 %endif 507 515
Note:
See TracChangeset
for help on using the changeset viewer.