Compare commits
	
		
			1 Commits
		
	
	
		
			b25b7848c6
			...
			fbcd389580
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| fbcd389580 | 
| @@ -35,13 +35,14 @@ | ||||
| #ifndef _RISCV_HART_COMMON | ||||
| #define _RISCV_HART_COMMON | ||||
|  | ||||
| #include "iss/arch_if.h" | ||||
| #include "iss/log_categories.h" | ||||
| #include <cstdint> | ||||
| #include <elfio/elfio.hpp> | ||||
| #include <fmt/format.h> | ||||
| #include <iss/arch_if.h> | ||||
| #include <iss/log_categories.h> | ||||
| #include <string> | ||||
| #include <unordered_map> | ||||
| #include <util/logging.h> | ||||
|  | ||||
| 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 | ||||
|                         } | ||||
|                     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user