From 4872c56e2dbfd9c7be6030dfdf34e9802879abc4 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 11 Oct 2018 10:05:36 +0900 Subject: [PATCH] Mark the end of the v6 opcodes. --- include/QF/pr_comp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/QF/pr_comp.h b/include/QF/pr_comp.h index 7bac7eb01..89782ce9b 100644 --- a/include/QF/pr_comp.h +++ b/include/QF/pr_comp.h @@ -140,7 +140,7 @@ typedef enum { OP_OR, OP_BITAND, - OP_BITOR, + OP_BITOR, // end of v6 opcodes OP_ADD_S, OP_LE_S,