Modifying constructor for asm-clobber structures.
(change-asm-clobber x
[:strings <strings>])
This is an often useful alternative to make-asm-clobber.
We construct a new asm-clobber structure that is a copy of
This is an ordinary
Macro:
(defmacro change-asm-clobber (x &rest args) (std::change-aggregate 'asm-clobber x args '((:strings . asm-clobber->strings)) 'change-asm-clobber 'remake-asm-clobber))