VirtualBox

Changeset 6244 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 4, 2008 6:55:20 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27083
Message:

yasm thinks invlpga is 64-bit only... work around it for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r6243 r6244  
    798798    mov     eax, [esp + 4]
    799799    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
    801802%endif
    802803    ret
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette