summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index c2a771a7d..811524d2d 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1419,7 +1419,7 @@ public:
// or not.
std::unordered_set<Name> breakTargetNames;
// the names that delegates target.
- std::unordered_set<Name> delegateTargetNames;
+ std::unordered_set<Name> exceptionTargetNames;
std::vector<Expression*> expressionStack;
@@ -1524,7 +1524,7 @@ public:
Expression* getBlockOrSingleton(Type type);
BreakTarget getBreakTarget(int32_t offset);
- Name getDelegateTargetName(int32_t offset);
+ Name getExceptionTargetName(int32_t offset);
void readMemoryAccess(Address& alignment, Address& offset);