summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index d776ec9aa..dd989602a 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -2239,6 +2239,7 @@ public:
void removeGlobals(std::function<bool(Global*)> pred);
void removeTags(std::function<bool(Tag*)> pred);
+ void updateFunctionsMap();
void updateDataSegmentsMap();
void updateMaps();