summaryrefslogtreecommitdiff
path: root/src/mem/vport.hh
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2006-06-08 19:03:58 -0400
committerAli Saidi <saidi@eecs.umich.edu>2006-06-08 19:03:58 -0400
commit8ee856f1d53f9b181a06183c8c86855898b82ba7 (patch)
tree9566627ea771ec643b6736c8e83d6422a6e88092 /src/mem/vport.hh
parent54d4220b004a385d04def37fa55c820366da0d4a (diff)
downloadgem5-8ee856f1d53f9b181a06183c8c86855898b82ba7.tar.xz
add write/read functions that have endian conversions in them
when we get a virtual port delete it (even though delete does nothing in these cases) src/arch/alpha/linux/system.cc: src/arch/alpha/stacktrace.cc: src/base/remote_gdb.cc: src/cpu/simple_thread.cc: when we get a virtual port delete it (even though delete does nothing in this case) src/mem/port.hh: src/mem/vport.hh: add write/read functions that have endian conversions in them --HG-- extra : convert_revision : 163e05cc038c461f95c92f8ce55422033f9ea513
Diffstat (limited to 'src/mem/vport.hh')
-rw-r--r--src/mem/vport.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/vport.hh b/src/mem/vport.hh
index 56f2ff29e..697c8e5f3 100644
--- a/src/mem/vport.hh
+++ b/src/mem/vport.hh
@@ -38,7 +38,7 @@
#ifndef __MEM_VPORT_HH__
#define __MEM_VPORT_HH__
-#include "mem/port.hh"
+#include "mem/port_impl.hh"
#include "config/full_system.hh"
#include "arch/vtophys.hh"