diff options
| author | grischka <grischka> | 2009-07-06 21:11:19 +0200 |
|---|---|---|
| committer | unknown <gr@.(none)> | 2009-07-18 21:54:51 +0200 |
| commit | 045cff28fe6da98fc020a4a2bf72ffaaf3d48a02 (patch) | |
| tree | d684cd63cfc304ec463609e7daeec57b6089d775 /tests/asmtest.S | |
| parent | 0085c648f6e9f016f937107ce68651987b001ddf (diff) | |
| download | tinycc-045cff28fe6da98fc020a4a2bf72ffaaf3d48a02.tar.gz tinycc-045cff28fe6da98fc020a4a2bf72ffaaf3d48a02.tar.bz2 | |
fix asmtest (somehow), update Makefiles
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 |
