diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-02-23 18:46:12 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-02-23 18:46:12 -0500 |
commit | f6cac25dcfbeed77642026deb81979f651104efe (patch) | |
tree | f337876034c4dd3af7a315036b72f3b59e7634c4 /SConscript | |
parent | 5ecaaa0fb06f4ea1993f734e219f29b3ecf47741 (diff) | |
download | gem5-f6cac25dcfbeed77642026deb81979f651104efe.tar.xz |
name changes ...
SConscript:
change to alpha_memory.hh
--HG--
rename : arch/alpha/memory.cc => arch/alpha/alpha_memory.cc
rename : arch/alpha/memory.hh => arch/alpha/alpha_memory.hh
extra : convert_revision : 62b1a41de22701160f04cb7a78242746cfcde819
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript index 7afb84e67..49f06af7d 100644 --- a/SConscript +++ b/SConscript @@ -322,7 +322,7 @@ syscall_emulation_sources = Split(''' targetarch_files = Split(''' alpha_linux_process.hh - memory.hh + alpha_memory.hh alpha_tru64_process.hh aout_machdep.h arguments.hh |