diff --git a/compiler/rt/macros.lisp b/compiler/rt/macros.lisp
index f61393ee0e787b9eb3ce96187507c068600e2afe..abd5dc3cfbe686ab7ad3e25fc9605c94f15ab9a2 100644
--- a/compiler/rt/macros.lisp
+++ b/compiler/rt/macros.lisp
@@ -201,7 +201,7 @@
        (storew ,header-tn ,result-tn 0 other-pointer-type)
        ,@body)
      (load-symbol-value ,header-tn *internal-gc-trigger*)
-     (inst tlt ,alloc-tn ,header-tn)))
+     (inst tlt ,header-tn ,alloc-tn)))