From 045cff28fe6da98fc020a4a2bf72ffaaf3d48a02 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 6 Jul 2009 21:11:19 +0200 Subject: fix asmtest (somehow), update Makefiles --- tests/asmtest.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/asmtest.S') 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 -- cgit v1.3.1