diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 66e823e9e..5d601c6e9 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1014,6 +1014,7 @@ public: void writeSourceMapEpilog(); void writeDebugLocation(const Function::DebugLocation& loc); void writeDebugLocation(Expression* curr, Function* func); + void writeDebugLocationEnd(Expression* curr, Function* func); // helpers void writeInlineString(const char* name); |