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