We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55db812 commit 7067fa7Copy full SHA for 7067fa7
src/coreclr/jit/emitxarch.cpp
@@ -2805,7 +2805,8 @@ void emitter::emitIns(instruction ins)
2805
ins == INS_r_movsp || ins == INS_r_stosb || ins == INS_r_stosd || ins == INS_r_stosp || ins == INS_ret ||
2806
ins == INS_sahf || ins == INS_stosb || ins == INS_stosd || ins == INS_stosp
2807
// These instructions take zero operands
2808
- || ins == INS_vzeroupper || ins == INS_lfence || ins == INS_mfence || ins == INS_sfence || ins == INS_pause);
+ || ins == INS_vzeroupper || ins == INS_lfence || ins == INS_mfence || ins == INS_sfence ||
2809
+ ins == INS_pause);
2810
2811
assert(assertCond);
2812
}
0 commit comments