diff --git a/wip-duuqnd/user-side-compiler/backend/code-generator.lisp b/wip-duuqnd/user-side-compiler/backend/code-generator.lisp index 4c2488c..9d176dd 100644 --- a/wip-duuqnd/user-side-compiler/backend/code-generator.lisp +++ b/wip-duuqnd/user-side-compiler/backend/code-generator.lisp @@ -184,8 +184,7 @@ is the responsibility of the pre-assembly compilation step." :do (setf *last-instruction* :useless) :unless (eql (strategy (allocation-details arg)) :direct-to-argvec) :do (emit-lda (data-reference arg)) - (emit-sta (cons :address (+ arg-index +argvec-offset+))) - (format t "~D. ~A~%" arg-index arg)) + (emit-sta (cons :address (+ arg-index +argvec-offset+)))) (emit-asm-instruction :opcode #x20 :operand (callee inst) :byte-length 3) (emit-store-data (output inst)))