mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-07 07:33:43 +00:00
Fixing broken test.
This commit is contained in:
parent
68d5f33cfa
commit
7b0ca71bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -1540,7 +1540,7 @@ XEEMITTER(srawx, 0x7C000630, X )(X64Emitter& e, X86Compiler& c, InstrDat
|
|||
GpVar ca(c.newGpVar());
|
||||
Label skip(c.newLabel());
|
||||
Label full(c.newLabel());
|
||||
c.test(sh, imm(0));
|
||||
c.test(sh, sh);
|
||||
c.jnz(full);
|
||||
{
|
||||
// No shift, just a fancy sign extend and CA clearer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue