X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fnlx.lisp;h=8db6f57e66ab50209d4bd82fb2ae11f0c5425714;hb=94ea2b2082deaa0331dfb66fa6af6ca12dd8dc83;hp=f177bb26c089b3ff569954096033e90de5dfb18d;hpb=78fa16bf55be44cc16845be84d98023e83fb14bc;p=sbcl.git diff --git a/src/compiler/x86-64/nlx.lisp b/src/compiler/x86-64/nlx.lisp index f177bb2..8db6f57 100644 --- a/src/compiler/x86-64/nlx.lisp +++ b/src/compiler/x86-64/nlx.lisp @@ -207,7 +207,7 @@ (move num rcx) (inst shr rcx word-shift) ; word count for ;; If we got zero, we be done. - (inst jecxz done) + (inst jecxz DONE) ;; Copy them down. (inst std) (inst rep)