X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Finsts.lisp;h=098dfaa5c34b8a2e973427cae6e7b8100d5173a3;hb=f143939b1dbaf38ebd4f92c851fbc4ecddf37af1;hp=1442cb7e654b2cb8bda330072b430fcb9ac02141;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/compiler/alpha/insts.lisp b/src/compiler/alpha/insts.lisp index 1442cb7..098dfaa 100644 --- a/src/compiler/alpha/insts.lisp +++ b/src/compiler/alpha/insts.lisp @@ -440,7 +440,7 @@ (define-instruction gentrap (segment code) (:printer call-pal ((palcode #xaa0000))) (:emitter - (emit-lword segment #x000080) + (emit-lword segment #x000081) ;actually bugchk (emit-lword segment code))) (define-instruction-macro move (src dst) @@ -539,10 +539,10 @@ (ash (+ posn (component-header-length)) (- type-bits word-shift))))))) -(define-instruction function-header-word (segment) +(define-instruction simple-fun-header-word (segment) (:cost 0) (:emitter - (emit-header-data segment function-header-type))) + (emit-header-data segment simple-fun-header-type))) (define-instruction lra-header-word (segment) (:cost 0)