mirror of
https://github.com/copy/v86.git
synced 2026-01-08 00:12:12 +00:00
Add comment about failing emms test
This commit is contained in:
parent
ff8d4d26b9
commit
4fd4ae65b6
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue