Changeset 337 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jan 25, 2007 11:19:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r75 r337 147 147 148 148 ;/* First we have to save some final CPU context registers. */ 149 %ifdef __AMD64__ 150 mov rax, qword .vmlaunch_done 151 push rax 152 %else 149 153 push .vmlaunch_done 154 %endif 150 155 mov eax, VMX_VMCS_HOST_RIP ;/* return address (too difficult to continue after VMLAUNCH?) */ 151 156 vmwrite xAX, [xSP] … … 291 296 292 297 ;/* First we have to save some final CPU context registers. */ 298 %ifdef __AMD64__ 299 mov rax, qword vmresume_done 300 push rax 301 %else 293 302 push vmresume_done 303 %endif 294 304 mov eax, VMX_VMCS_HOST_RIP ;/* return address (too difficult to continue after VMLAUNCH?) */ 295 305 vmwrite xAX, [xSP]
Note:
See TracChangeset
for help on using the changeset viewer.