0.9.2.9: thread objects
[sbcl.git] / src / compiler / x86-64 / nlx.lisp
index f177bb2..8db6f57 100644 (file)
     (move num rcx)
     (inst shr rcx word-shift)          ; word count for <rep movs>
     ;; If we got zero, we be done.
-    (inst jecxz done)
+    (inst jecxz DONE)
     ;; Copy them down.
     (inst std)
     (inst rep)