Modifying constructor for op-32-funct-addw structures.
(change-op-32-funct-addw x
)
This is an often useful alternative to make-op-32-funct-addw.
We construct a new op-32-funct-addw structure that is a copy of
This is an ordinary
Macro:
(defmacro change-op-32-funct-addw (x &rest args) (std::change-aggregate 'op-32-funct-addw x args 'nil 'change-op-32-funct-addw 'nil))