From 25a33d1ec346f36f563a4b85f8333fa98dbf6460 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 28 Nov 2022 15:44:28 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index 6a4ab26..95a1dc0 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2430,9 +2430,8 @@ ; [[[String "2"] [i64 6] [i64 2] [f64 3] [i64 0]] [[i64 6] [i64 2] [i64 [0 3]] [i64 [0 4]] [i64 2] [i64 2]]] ; ^^^ ^ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -; TODO -;(defn cargar-en-reg-dest -; -;) +(defn cargar-en-reg-dest [reg-act coords rtype value] + (assoc-in reg-act coords [rtype value]) +) true