(lost) tidy

git-svn-id: file:///var/lib/svn/clamav-devel/branches/not_for_0.92_tempbranch@3315 77e5149b-7576-45b1-b177-96237e5ba77b
remotes/push_mirror/metadata
aCaB 18 years ago
parent 6210286056
commit 896c78b5d0
  1. 24
      libclamav/autoit.c

@ -395,30 +395,6 @@ static double LAME_fpusht(struct LAME *l) {
ret.as_uint.hi = 0x3ff00000 | (rolled >> 0xc); ret.as_uint.hi = 0x3ff00000 | (rolled >> 0xc);
printf("returned %e\n", ret.as_double - 1.0); printf("returned %e\n", ret.as_double - 1.0);
return ret.as_double - 1.0; return ret.as_double - 1.0;
/* if (l->unk2==0) { */
/* eax = edi; */
/* eax<<=14h; */
/* edi>>=0ch; */
/* edi |= 0x3ff00000; */
/* var8 = edi<<32 | eax; */
/* ST0 = var8 - 1.0f; */
/* } else { */
/* if(bufDC.unk2==1) { */
/* eax = edi; */
/* eax<<=14h; */
/* edi>>0ch; */
/* edi |= 0x3ff00000; */
/* var8 = eax<<32 | edi; */
/* ST0 = var8 - 1.0f; */
/* } else { */
/* ST0 = (float)edi; */
/* if ((int)edi<0) { */
/* ST0 += k1; */
/* } */
/* ST0 *= k0; */
/* } */
/* } */
} }

Loading…
Cancel
Save