From f768af46ab92596a7df60658dd684c751f3c78d1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 May 2024 14:12:17 +0900 Subject: test: CallTest passed --- src/Execution/TrapKind.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Execution/TrapKind.php') 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; } -- cgit v1.2.3-70-g09d2