From caba5c6fbeabdb38566836c21b1aa182710d4786 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 28 Nov 2022 19:40:54 -0300 Subject: [PATCH] hardcode value --- src/rustint/core.clj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index 3427f9c..6754e50 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2215,7 +2215,10 @@ ; ^ ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (defn generar-ref [amb] - amb + (cond + (not= (estado amb) :sin-errores) amb + :else (generar amb 'PUSHADDR 0) + ) ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;