From e12f25c565c987f297d6ab2aaf5f8b16e56a2575 Mon Sep 17 00:00:00 2001 From: Max Wittal Date: Wed, 23 Oct 2024 13:35:05 +0700 Subject: [PATCH] cosmetic --- tools/mmx_compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mmx_compile.cpp b/tools/mmx_compile.cpp index 9cb708c57..6e4e12f66 100644 --- a/tools/mmx_compile.cpp +++ b/tools/mmx_compile.cpp @@ -300,7 +300,7 @@ int main(int argc, char** argv) engine->write(stack_ptr, vm::to_binary(address)); return; } - throw std::logic_error("invalid remote call to '" + name + "'"); + throw std::logic_error("invalid remote call: " + name + "." + method + "()"); } if(method == "set_height") { height = vm::read(engine, stack_ptr + 1).to();