diff options
Diffstat (limited to 'src/wasm.h')
-rw-r--r-- | src/wasm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h index d0f632829..04d4391a2 100644 --- a/src/wasm.h +++ b/src/wasm.h @@ -1657,6 +1657,10 @@ public: // Used only in linear memory variations. Expression* length = nullptr; + // Used only in GC variations. + Expression* start = nullptr; + Expression* end = nullptr; + void finalize(); }; |