Skip to content

Commit 9de229b

Browse files
committed
revert emitJumpKindInstructions
1 parent 3a43c85 commit 9de229b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/coreclr/jit/emitriscv64.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2727
/*****************************************************************************/
2828

2929
const instruction emitJumpKindInstructions[] = {
30+
INS_nop,
31+
3032
#define JMP_SMALL(en, rev, ins) INS_##ins,
3133
#include "emitjmps.h"
3234
};

0 commit comments

Comments
 (0)