Changeset 5072 in vbox
- Timestamp:
- Sep 27, 2007 9:20:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r4071 r5072 158 158 mov xBP, xSP 159 159 160 pushf 161 cli 162 160 163 ;/* First we have to save some final CPU context registers. */ 161 164 %ifdef RT_ARCH_AMD64 … … 274 277 275 278 .vmstart_end: 279 popf 276 280 pop xBP 277 281 ret … … 332 336 push xBP 333 337 mov xBP, xSP 338 339 pushf 340 cli 334 341 335 342 ;/* First we have to save some final CPU context registers. */ … … 449 456 450 457 .vmresume_end: 458 popf 451 459 pop xBP 452 460 ret
Note:
See TracChangeset
for help on using the changeset viewer.