diff --git a/src/interpreter2/VsmPrimitives.cpp b/src/interpreter2/VsmPrimitives.cpp index e725c241..aebb5866 100644 --- a/src/interpreter2/VsmPrimitives.cpp +++ b/src/interpreter2/VsmPrimitives.cpp @@ -50,7 +50,7 @@ namespace xo { auto pm_ty = obj(DFunctionType::_make(mm, bool_ty)); return DPrimitive_gco_0::_make(mm, - "report_memory_use", + "report-memory-use", pm_ty, &xfer_report_memory_use); }