mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 15:58:43 +00:00
fix crazy codegen bug and unban R12 from register allocators
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2295 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
73a6ae2592
commit
41ce35deb3
4 changed files with 11 additions and 13 deletions
|
@ -114,8 +114,6 @@ struct OpArg
|
|||
operandReg = 0;
|
||||
scale = (u8)_scale;
|
||||
offsetOrBaseReg = (u8)rmReg;
|
||||
if (rmReg == R12)
|
||||
PanicAlert("Codegen for R12 known buggy");
|
||||
indexReg = (u8)scaledReg;
|
||||
//if scale == 0 never mind offseting
|
||||
offset = _offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue