ARMv7: more opcodes

This commit is contained in:
Nekotekina 2014-10-30 18:17:51 +03:00
parent 94213bb398
commit 7aeda3b0c7
6 changed files with 3707 additions and 223 deletions

View file

@ -8,4 +8,4 @@ u8 PPCDecoder::DecodeMemory(const u32 address)
Decode(instr);
return sizeof(u32);
}
}