Fix some printf size warnings, signed warnings.

This commit is contained in:
Unknown W. Brackets 2013-03-02 13:50:38 -08:00
parent e87276cbad
commit a3f93ed203
8 changed files with 17 additions and 16 deletions

View file

@ -926,6 +926,7 @@ namespace MIPSInt
break;
default:
_dbg_assert_msg_(CPU,0,"Trying to interpret instruction that can't be interpreted");
oz = V_Single;
break;
}
ApplyPrefixD((float*)d,oz);