539,541c539,541
< CacheMsg msg(line_addr, Address(request.paddr), ctype,
< Address(request.pc), amtype, request.len, PrefetchBit_No,
< request.proc_id);
---
> CacheMsg *msg = new CacheMsg(line_addr, Address(request.paddr), ctype,
> Address(request.pc), amtype, request.len, PrefetchBit_No,
> request.proc_id);