diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-09 00:42:09 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-09 00:42:09 +0000 |
commit | e995898b0608b46cb0310f60841436169cd0698f (patch) | |
tree | e851ede004bb0244e347d38b1cffdf5b8146b709 /target-i386 | |
parent | 9df8aa4abb62ae36404acc46286c3706e05d086f (diff) |
removed trace
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1209 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-i386/helper.c b/target-i386/helper.c index 9907f8e0b0..5255e960de 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -2807,7 +2807,6 @@ void helper_fstenv(target_ulong ptr, int data32) tmp.d = env->fpregs[i].d; exp = EXPD(tmp); mant = MANTD(tmp); - printf("mant=%llx exp=%x\n", mant, exp); if (exp == 0 && mant == 0) { /* zero */ fptag |= 1; |