diff options
Diffstat (limited to 'src/tools/wasm-reduce.cpp')
-rw-r--r-- | src/tools/wasm-reduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/wasm-reduce.cpp b/src/tools/wasm-reduce.cpp index 557e8a770..eec1e0874 100644 --- a/src/tools/wasm-reduce.cpp +++ b/src/tools/wasm-reduce.cpp @@ -488,7 +488,7 @@ struct Reducer std::string getLocation() { if (getFunction()) { - return getFunction()->name.str; + return getFunction()->name.toString(); } return "(non-function context)"; } |