I need this to move the x64 `Inst` definition into ISLE without losing its custom `Debug` implementation that prints the assembly for the `Inst`.
5 lines
77 B
Common Lisp
5 lines
77 B
Common Lisp
(type DoesNotDeriveDebug nodebug
|
|
(enum A
|
|
B
|
|
C))
|