Merge pull request #1568 from JayFoxRox/fix-printf

Fix ftoi and disable VFPv3
This commit is contained in:
Mat M 2016-05-26 19:03:00 -04:00
commit 031a9c57bb
3 changed files with 61 additions and 26 deletions

View file

@ -422,6 +422,10 @@ ARMDecodeStatus DecodeARMInstruction(u32 instr, s32* idx) {
n = arm_instruction[i].attribute_value;
base = 0;
// 3DS has no VFP3 support
if (arm_instruction[i].version == ARMVFP3)
continue;
while (n) {
if (arm_instruction[i].content[base + 1] == 31 && arm_instruction[i].content[base] == 0) {
// clrex