mirror of
https://github.com/qemu/qemu.git
synced 2024-12-18 17:53:40 +08:00
removed trace
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1209 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9df8aa4abb
commit
e995898b06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user