Merge gblack@m5.eecs.umich.edu:/bk/multiarch
[gem5.git] / sim / debug.hh
index 3ccf1dbd4d955fc953175c5fa7e9e65fbffa668e..75b261d809535e7e779dca7f189abc8c79a40653 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003-2004 The Regents of The University of Michigan
+ * Copyright (c) 2003-2005 The Regents of The University of Michigan
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #ifndef __DEBUG_HH__
 #define __DEBUG_HH__
 
-#ifdef DEBUG
 void debug_break();
-#else
-inline void debug_break() { }
-#endif
 
 #endif // __DEBUG_HH__