X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fc-call.lisp;h=b2e4fc3e0443d9448e8b514a02b1697fa78a53ba;hb=8735f137435f1a90c05df67a03e48602a79572f8;hp=a45217fd9b568d5d3f8394ab391731930c26e07c;hpb=253daeec9c0ac81c2239e9148ee806e7ad647f7e;p=sbcl.git diff --git a/src/compiler/x86-64/c-call.lisp b/src/compiler/x86-64/c-call.lisp index a45217f..b2e4fc3 100644 --- a/src/compiler/x86-64/c-call.lisp +++ b/src/compiler/x86-64/c-call.lisp @@ -252,12 +252,7 @@ 'float-registers))) (inst call function) ;; To give the debugger a clue. XX not really internal-error? - (note-this-location vop :internal-error) - ;; FLOAT15 needs to contain FP zero in Lispland - (let ((float15 (make-random-tn :kind :normal - :sc (sc-or-lose 'double-reg) - :offset float15-offset))) - (inst xorpd float15 float15)))) + (note-this-location vop :internal-error))) (define-vop (alloc-number-stack-space) (:info amount)