mirror of
https://github.com/LIV2/WinUAE.git
synced 2025-12-06 00:12:52 +00:00
Debugger FPU output fix
This commit is contained in:
parent
18b8df5898
commit
ad02d807f7
@ -580,8 +580,6 @@ static const TCHAR *fp_print(fpdata *fpd, int mode)
|
||||
} else if(isnan(fpd->fp)) {
|
||||
_stprintf(fsout, _T("%c%s"), n ? '-' : '+', _T("nan"));
|
||||
} else {
|
||||
if(n)
|
||||
fpd->fp *= -1.0;
|
||||
#ifdef USE_LONG_DOUBLE
|
||||
_stprintf(fsout, _T("#%Le"), fpd->fp);
|
||||
#else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user