From 6e3fa74b4f86b7386dbb32f54491c87785b38fd6 Mon Sep 17 00:00:00 2001 From: MESYETI Date: Wed, 5 Feb 2025 18:21:51 +0000 Subject: [PATCH] fix temp labels in uxn backend --- source/backends/uxn.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backends/uxn.d b/source/backends/uxn.d index c8de559..3d06b73 100644 --- a/source/backends/uxn.d +++ b/source/backends/uxn.d @@ -71,7 +71,7 @@ class BackendUXN : CompilerBackend { string TempLabel() { ++ tempLabelNum; - return format("__temp_%d", tempLabelNum); + return format("temp_%d", tempLabelNum); } override string[] GetVersions() => [