summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm.h b/src/wasm.h
index a2f6a74db..1cf00cc36 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -1125,7 +1125,7 @@ public:
GetGlobal() {}
GetGlobal(MixedArena& allocator) {}
- Index index;
+ Name name;
};
class SetGlobal : public SpecificExpression<Expression::SetGlobalId> {
@@ -1133,7 +1133,7 @@ public:
SetGlobal() {}
SetGlobal(MixedArena& allocator) {}
- Index index;
+ Name name;
Expression *value;
};