Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/x86/insts.lisp
    --- a/src/compiler/x86/insts.lisp
    +++ b/src/compiler/x86/insts.lisp
    @@ -2105,7 +2105,6 @@
     (define-instruction break (segment code)
       (:declare (type (unsigned-byte 8) code))
       (:printer byte-imm ((op #b11001100)) '(:name :tab code)
    -	    :print-name 'int3
     	    :control #'break-control)
       (:emitter
        (emit-byte segment #b11001100)