diff options
Diffstat (limited to 'MdePkg/Library/BaseLib/X64/ReadMm3.asm')
-rw-r--r-- | MdePkg/Library/BaseLib/X64/ReadMm3.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseLib/X64/ReadMm3.asm b/MdePkg/Library/BaseLib/X64/ReadMm3.asm index 6283c30285..aca6f3d2df 100644 --- a/MdePkg/Library/BaseLib/X64/ReadMm3.asm +++ b/MdePkg/Library/BaseLib/X64/ReadMm3.asm @@ -31,6 +31,9 @@ ; );
;------------------------------------------------------------------------------
AsmReadMm3 PROC
+ ;
+ ; 64-bit MASM doesn't support MMX instructions, so use opcode here
+ ;
DB 48h, 0fh, 7eh, 0d8h
ret
AsmReadMm3 ENDP
|