Add comment about failing emms test

This commit is contained in:
Amaan Cheval 2017-06-05 18:58:04 +05:30 committed by Fabian
parent ff8d4d26b9
commit 4fd4ae65b6

View file

@ -25,6 +25,7 @@ section .text
_start:
main:
fld dword [mydword]
fld dword [myquad]
emms
loop:
@ -33,3 +34,7 @@ loop:
;;; fptag = 0xFFFF
;;; cpu.fpu.load_tag_word() = 0xFFFF
;;; The automated nasm test fails because MMX registers are meant to
;;; alias the mantissa part of the 80-bit x87 registers, which we're
;;; ignoring at the moment.