226,238d225
< * Record the effective address of the instruction.
< *
< * @note Only valid for memory ops.
< */
< virtual void setEA(Addr EA) = 0;
< /**
< * Get the effective address of the instruction.
< *
< * @note Only valid for memory ops.
< */
< virtual Addr getEA() const = 0;
<
< /**