X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fassembly%2Fx86-64%2Falloc.lisp;h=314e1b07351173c3a18279066c47c0e981e10f07;hb=22a6702974b7d6ff4e8f2b3b7b5ff446fc632de0;hp=cf4e3c8f673be4de76e49e34ada9586451b23b64;hpb=78fa16bf55be44cc16845be84d98023e83fb14bc;p=sbcl.git diff --git a/src/assembly/x86-64/alloc.lisp b/src/assembly/x86-64/alloc.lisp index cf4e3c8..314e1b0 100644 --- a/src/assembly/x86-64/alloc.lisp +++ b/src/assembly/x86-64/alloc.lisp @@ -22,11 +22,11 @@ (:temp ebx unsigned-reg ebx-offset)) (inst mov ebx eax) (inst shl ebx 1) - (inst jmp :o bignum) + (inst jmp :o BIGNUM) (inst shl ebx 1) - (inst jmp :o bignum) + (inst jmp :o BIGNUM) (inst shl ebx 1) - (inst jmp :o bignum) + (inst jmp :o BIGNUM) (inst ret) BIGNUM