Raymond Toy pushed to branch issue-97-define-ud2-inst at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/x86/insts.lisp
    ... ... @@ -2126,7 +2126,7 @@
    2126 2126
     	 (nt #.(format nil "Trap ~D: Function end breakpoint trap"
    
    2127 2127
     		       vm:function-end-breakpoint-trap)))
    
    2128 2128
     	(t
    
    2129
    -	 (nt #.(format nil "Trap ~D: Unexpected trap type!!!!" )))))))
    
    2129
    +	 (nt #.(format nil "Trap ~D: Unexpected trap type!!!!" code)))))))
    
    2130 2130
     
    
    2131 2131
     ;; The ud1 instruction where we smash the code (trap type) into the
    
    2132 2132
     ;; low 6 bits of the mod r/m byte.  The mod bits are set to #b11 to