DSP Jit: Some small fixes to SR set functions

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5333 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2010-04-11 20:03:38 +00:00
parent db78c01ee1
commit d0e7e03c78
2 changed files with 21 additions and 31 deletions

View File

@ -50,8 +50,8 @@ public:
void STACKALIGN RunBlock(int cycles);
// Register helpers
void setSR(u16 bit);
void clrSR(u16 bit);
void setCompileSR(u16 bit);
void clrCompileSR(u16 bit);
// Memory helper functions
void increment_addr_reg(int reg);