aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/TrapKind.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/TrapKind.php')
-rw-r--r--src/Execution/TrapKind.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Execution/TrapKind.php b/src/Execution/TrapKind.php
index ac1c4dd..b33e4df 100644
--- a/src/Execution/TrapKind.php
+++ b/src/Execution/TrapKind.php
@@ -10,4 +10,6 @@ enum TrapKind
case OutOfBoundsMemoryAccess;
case OutOfBoundsTableAccess;
case UninitializedElement;
+ case IndirectCallTypeMismatch;
+ case UndefinedElement;
}