diff options
Diffstat (limited to 'src/wasm-debug.h')
-rw-r--r-- | src/wasm-debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-debug.h b/src/wasm-debug.h index 1020eee85..009edb555 100644 --- a/src/wasm-debug.h +++ b/src/wasm-debug.h @@ -37,7 +37,7 @@ bool hasDWARFSections(const Module& wasm); void dumpDWARF(const Module& wasm); // Update the DWARF sections. -void writeDWARFSections(Module& wasm, const BinaryLocationsMap& newLocations); +void writeDWARFSections(Module& wasm, const BinaryLocations& newLocations); } // namespace Debug |