Skip to content

Commit fbcd761

Browse files
committed
Remove unnecessary assertion
It fired a false positive when W^X was enabled
1 parent 741c0c8 commit fbcd761

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/jit/emitriscv64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,6 @@ size_t emitter::emitOutputInstr(insGroup* ig, instrDesc* id, BYTE** dp)
31583158
size_t sz = 0;
31593159

31603160
assert(REG_NA == static_cast<int>(REG_NA));
3161-
assert(writeableOffset == 0);
31623161

31633162
insOpts insOp = id->idInsOpt();
31643163

0 commit comments

Comments
 (0)