X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmem%2Fvport.hh;h=c838362588dafc1c76a742c1665c2a0efce1e6ae;hb=b40798070ba2e2b0a7c94f2afaf79574123a0592;hp=56f2ff29efe9a4e5cddd39da23dc9b44e8afc3e4;hpb=eb0e416998ce2546c768d2b9d9d8bf3a387a87be;p=gem5.git diff --git a/src/mem/vport.hh b/src/mem/vport.hh index 56f2ff29e..c83836258 100644 --- a/src/mem/vport.hh +++ b/src/mem/vport.hh @@ -30,7 +30,7 @@ /** * @file - * Virtual Port Object Decleration. These ports incorporate some translation + * Virtual Port Object Declaration. These ports incorporate some translation * into their access methods. Thus you can use one to read and write data * to/from virtual addresses. */ @@ -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"