Changeset 15515 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 15, 2008 4:05:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41000
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/HWACCMGCA.asm
r15500 r15515 164 164 push xBX 165 165 %endif 166 166 167 167 ; Save the host state that's relevant in the temporary 64 bits mode 168 168 mov rdx, cr0 … … 320 320 321 321 .vmstart64_end: 322 323 %ifdef VMX_USE_CACHED_VMCS_ACCESSES 322 324 %ifdef DEBUG 323 325 mov rdx, [rsp] ; pVMCSPhys 324 326 mov [rdi + VMCSCACHE.TestOut.pVMCSPhys], rdx 327 %endif 325 328 %endif 326 329 … … 341 344 342 345 %ifdef VMX_USE_CACHED_VMCS_ACCESSES 343 add xSP, xS; pCache346 pop rdi ; pCache 344 347 %endif 345 348 … … 355 358 356 359 %ifdef VMX_USE_CACHED_VMCS_ACCESSES 357 add xSP, xS; pCache360 pop rdi ; pCache 358 361 %endif 359 362
Note:
See TracChangeset
for help on using the changeset viewer.