bug-mes
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] mescc: fix typo introduced in 6f5aeed75


From: Ekaitz Zarraga
Subject: [PATCH] mescc: fix typo introduced in 6f5aeed75
Date: Mon, 06 Nov 2023 13:52:10 +0000

>From 195c2582b5030bb0c8988b2d7b8ff1307f0ed3a5 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Mon, 6 Nov 2023 14:50:14 +0100
Subject: [PATCH] mescc: fix typo introduced in 6f5aeed75

* module/mescc/compile.scm: Fix getenv call to MESC_DEBUG
---
 module/mescc/compile.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/mescc/compile.scm b/module/mescc/compile.scm
index 36bba805..9e1de3a5 100644
--- a/module/mescc/compile.scm
+++ b/module/mescc/compile.scm
@@ -1406,7 +1406,7 @@
                                 (= size-b reg-size)))
                       (not (and (= size reg-size)
                                 (or (= size-b 1) (= size-b 2) (= size-b 4)))))
-             (when (getenv ("MESCC_DEBUG"))
+             (when (getenv "MESC_DEBUG")
                (format (current-error-port) "WARNING assign: ~a" 
(with-output-to-string (lambda () (pretty-print-c99 o))))
                (format (current-error-port) "   size[~a]:~a != size[~a]:~a\n"  
rank size rank-b size-b)))
            (pmatch a
-- 
2.41.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]