summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.h b/opcode.h
index 97b303471d..f0b18d080b 100644
--- a/opcode.h
+++ b/opcode.h
@@ -1867,8 +1867,8 @@ EXT OP * (*check[]) _((OP *op)) = {
ck_scmp, /* sgt */
ck_scmp, /* sle */
ck_scmp, /* sge */
- ck_scmp, /* seq */
- ck_scmp, /* sne */
+ ck_null, /* seq */
+ ck_null, /* sne */
ck_scmp, /* scmp */
ck_bitop, /* bit_and */
ck_bitop, /* bit_xor */