projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd6c7e
)
Make NO_FAST_ALLOC compile.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Sat, 14 Jul 2007 19:12:46 +0000
(12:12 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Sat, 14 Jul 2007 19:12:46 +0000
(12:12 -0700)
--HG--
extra : convert_revision :
80579a61eb8d220e75cdee11bc09ca985c8fd85c
src/base/fast_alloc.cc
patch
|
blob
|
history
diff --git
a/src/base/fast_alloc.cc
b/src/base/fast_alloc.cc
index 610dff66c07c8464ee020c715fd3c79cb4368976..e1298a8bdea97a4777e2e9192dbb007a9447f76d 100644
(file)
--- a/
src/base/fast_alloc.cc
+++ b/
src/base/fast_alloc.cc
@@
-34,15
+34,15
@@
* by permission.
*/
-#ifndef NO_FAST_ALLOC
+#include <assert.h>
+#include "base/fast_alloc.hh"
+
+#if !NO_FAST_ALLOC
#ifdef __GNUC__
#pragma implementation
#endif
-#include <assert.h>
-#include "base/fast_alloc.hh"
-
void *FastAlloc::freeLists[Num_Buckets];
#ifdef FAST_ALLOC_STATS