summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s2wasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s2wasm.h b/src/s2wasm.h
index cc38dd276..2f9b4c8d8 100644
--- a/src/s2wasm.h
+++ b/src/s2wasm.h
@@ -1070,7 +1070,7 @@ private:
// must be a function address
if (wasm.functionsMap.count(name) == 0) {
std::cerr << "Unknown symbol: " << name << '\n';
- abort_on("Unknown symbol");
+ abort();
}
ensureFunctionIndex(name);
*(relocation.data) = functionIndexes[name] + relocation.offset;