Loader: Use address mask provided to load*Symbols when loading the symbols from the...
[gem5.git] / src / base / res_list.hh
index 442280e15b205b2e36f92356d4d776f1a22fdbd6..fd2204321fb03013c6bb06d267c6e21ac9e7171c 100644 (file)
@@ -32,8 +32,9 @@
 #ifndef __RES_LIST_HH__
 #define __RES_LIST_HH__
 
+#include <cassert>
+
 #include "base/cprintf.hh"
-#include <assert.h>
 
 #define DEBUG_REMOVE 0
 
@@ -635,7 +636,7 @@ res_list<T>::remove(iterator q)
 
     //  A little "garbage collection"
     if (++remove_count > 10) {
-        //         free_extras();
+        //          free_extras();
         remove_count = 0;
     }