diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 01:24:17 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-06-05 01:24:17 -0400 |
commit | 3e5e3e2d28a6a59df1300751f75f1de5b06bc3fe (patch) | |
tree | 7ad3b39022ecae18c2b13654f94dcd11a81d0816 /dev | |
parent | 8f1348a21d8d4509716525048d3bd8922072592a (diff) | |
download | gem5-3e5e3e2d28a6a59df1300751f75f1de5b06bc3fe.tar.xz |
make all of the turbolaser stuff only compile if ALPHA_TLASER
is defined.
build/SConstruct:
Default ALPHA_TLASER to false
dev/uart8250.cc:
fix paths
--HG--
extra : convert_revision : 3616b5b4b9060860a73568a4ed4f1e8eb991938f
Diffstat (limited to 'dev')
-rw-r--r-- | dev/uart8250.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/uart8250.cc b/dev/uart8250.cc index 93e153319..fcb8bf0b6 100644 --- a/dev/uart8250.cc +++ b/dev/uart8250.cc @@ -42,7 +42,7 @@ #include "mem/bus/bus.hh" #include "mem/bus/pio_interface.hh" #include "mem/bus/pio_interface_impl.hh" -#include "mem/functional_mem/memory_control.hh" +#include "mem/functional/memory_control.hh" #include "sim/builder.hh" using namespace std; |