X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86-64%2Fnlx.lisp;h=523ef3199ebbeda15f70680685acc456a84b3690;hb=7dfa54273d2ebc6c2be9a39ab5cd6df639d340c9;hp=5816030a877f6501740af502a7d900e36fa9ac97;hpb=f6b2e375747a54a1bfa34ead9f9af2d4e8b5aa38;p=sbcl.git diff --git a/src/compiler/x86-64/nlx.lisp b/src/compiler/x86-64/nlx.lisp index 5816030..523ef31 100644 --- a/src/compiler/x86-64/nlx.lisp +++ b/src/compiler/x86-64/nlx.lisp @@ -266,7 +266,7 @@ catch-block-entry-pc-slot) ;; Run any required UWPs. - (inst lea temp-reg-tn (make-fixup 'unwind :assembly-routine)) + (inst mov temp-reg-tn (make-fixup 'unwind :assembly-routine)) (inst jmp temp-reg-tn) ENTRY-LABEL