From 4ccca667454d268c66b34d0d2b13ec8f2b36c293 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 2 Jan 2015 15:19:59 -0800 Subject: 490 --- mu.arc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mu.arc b/mu.arc index d7ca1afe..55593947 100644 --- a/mu.arc +++ b/mu.arc @@ -464,14 +464,14 @@ (continue)) jump-if (let flag (m arg.0) - (trace "jump" "checking that " flag " is t") + (trace "jump" "checking " flag) (when (is t flag) (= pc.routine* (+ 1 pc.routine* (v arg.1))) (trace "jump" "jumping to " pc.routine*) (continue))) jump-unless ; convenient helper (let flag (m arg.0) - (trace "jump" "checking " flag) + (trace "jump" "checking ~" flag) (when (no flag) (= pc.routine* (+ 1 pc.routine* (v arg.1))) (trace "jump" "jumping to " pc.routine*) -- cgit 1.4.1-2-gfad0