inorder cpu: add missing DPRINTF argument
[gem5.git] / src / cpu / intr_control.hh
index 2a63cf608cbfd476ec95e2a6e25d33b32f8b641c..ee7b3ea7f5c51452c77bff62046517d1468c555d 100644 (file)
 #define __INTR_CONTROL_HH__
 
 #include <vector>
+
 #include "base/misc.hh"
 #include "cpu/base.hh"
 #include "params/IntrControl.hh"
 #include "sim/sim_object.hh"
 #include "sim/system.hh"
 
-
 class IntrControl : public SimObject
 {
   public: