From e28cbc98a0c1cc516f8086697f69db702bbe47de Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Thu, 28 Jun 2007 05:30:46 -0400 Subject: o3cpu build for mips --HG-- extra : convert_revision : 2c0be7a8c0a54ba5b1b2b69468f788d20abc8452 --- src/arch/mips/isa/formats/mem.isa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/arch/mips/isa') diff --git a/src/arch/mips/isa/formats/mem.isa b/src/arch/mips/isa/formats/mem.isa index c8e85a754..81e231810 100644 --- a/src/arch/mips/isa/formats/mem.isa +++ b/src/arch/mips/isa/formats/mem.isa @@ -117,7 +117,7 @@ output exec {{ /** return data in cases where there the size of data is only known in the packet */ - uint64_t getStoreData(Packet *packet) { + uint64_t getStoreData(%(CPU_exec_context)s *xc, Packet *packet) { switch (packet->getSize()) { case 8: @@ -542,7 +542,7 @@ def template StoreCompleteAcc {{ if (fault == NoFault) { %(op_wb)s; - if (traceData) { traceData->setData(getStoreData(pkt)); } + if (traceData) { traceData->setData(getStoreData(xc, pkt)); } } return fault; -- cgit v1.2.3