65c65
< struct M5_auxv_t
---
> struct AuxVector
68,72c68
< union {
< IntType a_val;
< IntType a_ptr;
< IntType a_fcn;
< };
---
> IntType a_val;
74c70
< M5_auxv_t()
---
> AuxVector()
77c73
< M5_auxv_t(IntType type, IntType val);
---
> AuxVector(IntType type, IntType val);