From a4a7a09e9622d6ad1ca91a4df253b9768c73de90 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Tue, 1 Jul 2008 10:25:07 -0400 Subject: Remove delVirtPort() and make getVirtPort() only return cached version. --- src/sim/vptr.hh | 1 - 1 file changed, 1 deletion(-) (limited to 'src/sim') diff --git a/src/sim/vptr.hh b/src/sim/vptr.hh index 88b515c13..09aa2d213 100644 --- a/src/sim/vptr.hh +++ b/src/sim/vptr.hh @@ -73,7 +73,6 @@ class VPtr VirtualPort *port = tc->getVirtPort(); port->readBlob(ptr, buffer, sizeof(T)); - tc->delVirtPort(port); } bool -- cgit v1.2.3