Fixing broken test.

This commit is contained in:
Ben Vanik 2013-10-19 17:08:34 -07:00
parent 68d5f33cfa
commit 7b0ca71bfb
1 changed files with 1 additions and 1 deletions

View File

@ -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.