aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index d22774254..d93618ef5 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -13,6 +13,7 @@ bool is_operand_value(Operand o) {
case Addressing_Constant:
case Addressing_MapIndex:
case Addressing_OptionalOk:
+ case Addressing_OptionalOkPtr:
case Addressing_SoaVariable:
case Addressing_SwizzleValue:
case Addressing_SwizzleVariable: