From 0534e355b77497a1272f6078edae1692d87a15cf Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 17 Apr 2006 14:55:15 -0400 Subject: change packet: reset() to resetMin() resetAll() which reset the minium and the entire packet respectively. --HG-- extra : convert_revision : 70b8bc8a2cf304d4c955d1a997df4a9a8edd4989 --- cpu/simple/cpu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/simple') diff --git a/cpu/simple/cpu.cc b/cpu/simple/cpu.cc index 85a38f99c..0f1f9574a 100644 --- a/cpu/simple/cpu.cc +++ b/cpu/simple/cpu.cc @@ -973,7 +973,7 @@ SimpleCPU::tick() ifetch_req->setSize(sizeof(MachInst)); #endif - ifetch_req->reset(true); + ifetch_req->resetMin(); ifetch_req->setVaddr(cpuXC->readPC() & ~3); ifetch_req->setTime(curTick); #if FULL_SYSTEM -- cgit v1.2.3