summaryrefslogtreecommitdiff
path: root/src/interp/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interp.h')
-rw-r--r--src/interp/interp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/interp.h b/src/interp/interp.h
index 32f6a73e..b4de72e4 100644
--- a/src/interp/interp.h
+++ b/src/interp/interp.h
@@ -1065,6 +1065,7 @@ class Thread : public Object {
template <typename T>
T WABT_VECTORCALL Pop();
Value Pop();
+ u64 PopPtr(const Memory::Ptr& memory);
template <typename T>
void WABT_VECTORCALL Push(T);