Code cleanup: split IR.cpp into its two logical components.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3589 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
5717f1f15b
commit
449f075fd6
File diff suppressed because it is too large
Load Diff
|
@ -158,7 +158,6 @@ enum Opcode {
|
|||
RFIExit,
|
||||
InterpreterBranch,
|
||||
|
||||
//IdleLoop, // The "usual" idle loop, load+compare+branch
|
||||
IdleBranch, // branch operation belonging to idle loop
|
||||
ShortIdleLoop, // Idle loop seen in homebrew like wii mahjong,
|
||||
// just a branch
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -103,6 +103,7 @@ if env['JITTEST']:
|
|||
"PowerPC/Jit64IL/Jit_LoadStoreFloating.cpp",
|
||||
"PowerPC/Jit64IL/Jit_SystemRegisters.cpp",
|
||||
"PowerPC/Jit64IL/IR.cpp",
|
||||
"PowerPC/Jit64IL/IR_X86.cpp",
|
||||
]
|
||||
else:
|
||||
files += ["PowerPC/Jit64/Jit.cpp",
|
||||
|
|
Loading…
Reference in New Issue