diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-11-07 05:41:51 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-11-07 05:41:51 -0500 |
commit | 3826b6927c5c8863b344f1a36f2f145861c450bd (patch) | |
tree | 3b7eba3dc1afb31d60cb30e412fc33eabf052145 /src | |
parent | 74112dec522ace81203966b40d1e4b34773b01db (diff) | |
download | gem5-3826b6927c5c8863b344f1a36f2f145861c450bd.tar.xz |
Got rid of a stray blank line.
--HG--
extra : convert_revision : 7b58f75e5efc3c9ead2434f87605cbabcb23d90a
Diffstat (limited to 'src')
-rw-r--r-- | src/cpu/o3/regfile.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/o3/regfile.hh b/src/cpu/o3/regfile.hh index 29ee19e49..772cd76f0 100644 --- a/src/cpu/o3/regfile.hh +++ b/src/cpu/o3/regfile.hh @@ -40,7 +40,6 @@ #if FULL_SYSTEM #include "kern/kernel_stats.hh" - #endif #include <vector> |