40,41d39
< typedef uint32_t MachInst;
< typedef uint64_t ExtMachInst;
43c41,42
< typedef GenericISA::DelaySlotUPCState<MachInst> PCState;
---
> typedef uint32_t MachInst;
> typedef uint64_t ExtMachInst;
45c44
< typedef Twin64_t LargestRead;
---
> typedef GenericISA::DelaySlotUPCState<MachInst> PCState;
47,49c46,52
< struct CoreSpecific {
< int core_type;
< };
---
> typedef Twin64_t LargestRead;
>
> struct CoreSpecific
> {
> int core_type;
> };
>