diff --git a/src/iss/arch/riscv_hart_common.h b/src/iss/arch/riscv_hart_common.h index 037b801..829fbb1 100644 --- a/src/iss/arch/riscv_hart_common.h +++ b/src/iss/arch/riscv_hart_common.h @@ -35,13 +35,14 @@ #ifndef _RISCV_HART_COMMON #define _RISCV_HART_COMMON -#include "iss/arch_if.h" -#include "iss/log_categories.h" #include #include #include +#include +#include #include #include +#include namespace iss { namespace arch { @@ -344,7 +345,7 @@ struct riscv_hart_common { if(name != "") { this->symbol_table[name] = value; #ifndef NDEBUG - LOG(DEBUG) << "Found Symbol " << name; + CPPLOG(DEBUG) << "Found Symbol " << name; #endif } }