167,174d166
< def template MiscMemAccSize {{
< int %(class_name)s::memAccSize(%(CPU_exec_context)s *xc)
< {
< panic("Misc instruction does not support split access method!");
< return 0;
< }
< }};
<
454c446,447
< warn("Misc instruction does not support split access method!");
---
> warn("initiateAcc undefined: Misc instruction does not support split "
> "access method!");
465c458,459
< warn("Misc instruction does not support split access method!");
---
> warn("completeAcc undefined: Misc instruction does not support split "
> "access method!");
474c468,470
< panic("Misc instruction does not support split access method!");
---
> return (%(mem_acc_size)d / 8);
> panic("memAccSize undefined: Misc instruction does not support split "
> "access method!");