diff options
author | Nathan Binkert <nate@binkert.org> | 2007-07-28 17:06:32 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-07-28 17:06:32 -0700 |
commit | 142362b703e666f82c6b1f57e2d729e0641be166 (patch) | |
tree | e0cdca6ee3337fb66d79fbe337098a18a81886fa /src | |
parent | 8705b0799bddef95d9957a03ee7ffb8fbb1bdec7 (diff) | |
parent | 9aed27efb39d3a842adc9e4832afe7bfed4be9e7 (diff) | |
download | gem5-142362b703e666f82c6b1f57e2d729e0641be166.tar.xz |
merge whitespace changes
--HG--
extra : convert_revision : 20e8aa51935dc23ac3c7e6da2cb7a4e62c9a3a7c
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/SConscript | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/arch/SConscript b/src/arch/SConscript index 0ac25b6c7..e051c44af 100644 --- a/src/arch/SConscript +++ b/src/arch/SConscript @@ -43,23 +43,23 @@ Import('*') # List of headers to generate isa_switch_hdrs = Split(''' - arguments.hh - faults.hh - interrupts.hh - isa_traits.hh - kernel_stats.hh + arguments.hh + faults.hh + interrupts.hh + isa_traits.hh + kernel_stats.hh locked_mem.hh mmaped_ipr.hh - process.hh - predecoder.hh - regfile.hh - remote_gdb.hh - stacktrace.hh - syscallreturn.hh - tlb.hh - types.hh - utility.hh - vtophys.hh + process.hh + predecoder.hh + regfile.hh + remote_gdb.hh + stacktrace.hh + syscallreturn.hh + tlb.hh + types.hh + utility.hh + vtophys.hh ''') # Set up this directory to support switching headers |