90c90
< M5_auxv_t<IntType>::M5_auxv_t(IntType type, IntType val)
---
> AuxVector<IntType>::AuxVector(IntType type, IntType val)
96,97c96,97
< template class M5_auxv_t<uint32_t>;
< template class M5_auxv_t<uint64_t>;
---
> template class AuxVector<uint32_t>;
> template class AuxVector<uint64_t>;