diff options
Diffstat (limited to 'tests/asmtest.S')
| -rw-r--r-- | tests/asmtest.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index 358a823..3e34455 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -341,9 +341,9 @@ L3: fnstcw 0x1002 fstcw 0x1002 fnstsw 0x1004 - fnstsw %eax + fnstsw (%eax) fstsw 0x1004 - fstsw %eax + fstsw (%eax) fnclex fclex fnstenv 0x1000 |
