X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Finsts.lisp;h=147b872e91c65cde5e518e02671ba0d9e1888208;hb=4a0ab5193096ca70dbbf43bb21418544f6d018b7;hp=1442cb7e654b2cb8bda330072b430fcb9ac02141;hpb=63fcb94b875a97e468d9add229e220ecceec2352;p=sbcl.git diff --git a/src/compiler/alpha/insts.lisp b/src/compiler/alpha/insts.lisp index 1442cb7..147b872 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)