[Git][cmucl/cmucl][issue-97-define-ud2-inst] Make int3 inst print out as int3

Raymond Toy gitlab at common-lisp.net
Wed Apr 14 05:43:24 UTC 2021



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


Commits:
7e2339c4 by Raymond Toy at 2021-04-13T22:43:12-07:00
Make int3 inst print out as int3

Previously, the instruction was printed as "int 3", but now it prints
as "int3" as we would expect.

(But note that the Solaris assembler doesn't like int3; you have to
use "int 3".)

- - - - -


1 changed file:

- src/compiler/x86/insts.lisp


Changes:

=====================================
src/compiler/x86/insts.lisp
=====================================
@@ -2164,7 +2164,7 @@
   (:declare (type (unsigned-byte 8) number))
   (:printer byte-imm ((op #b11001101)))
   (:printer byte ((op #b11001100))
-	    `(:name :tab 3))
+	    `(:name 3))
   (:emitter
    (etypecase number
      ((member 3)



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7e2339c4bfc189d6c89ee17f99a58fcc18e82ce2

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/7e2339c4bfc189d6c89ee17f99a58fcc18e82ce2
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20210414/8339e042/attachment-0001.html>


More information about the cmucl-cvs mailing list