Core/DSPCore: Jit: only end emitting the current block when hitting an

unconditional branch(or idle skip), emit check g_dsp.pc and return when
hitting a conditional branch.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6281 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
pierre
2010-10-14 13:17:38 +00:00
parent 47eb5c3416
commit 6d2c35a332
3 changed files with 243 additions and 221 deletions

View File

@ -95,6 +95,7 @@ typedef struct
param2_t params[8];
bool extended;
bool branch;
bool uncond_branch;
} DSPOPCTemplate;
typedef DSPOPCTemplate opc_t;