Changeset 6244 in vbox for trunk/src/VBox
- Timestamp:
- Jan 4, 2008 6:55:20 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27083
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r6243 r6244 798 798 mov eax, [esp + 4] 799 799 mov ecx, [esp + 8] 800 invlpga eax, ecx 800 ;invlpga eax, ecx - YASM BUG? ;; @todo investigate and file bug report. 801 db 0fh, 01h, 0dfh 801 802 %endif 802 803 ret
Note:
See TracChangeset
for help on using the changeset viewer.