3 Commits

View File

@ -399,6 +399,7 @@ template <typename BASE, typename LOGCAT = logging::disass> struct riscv_hart_co
CPPLOG(INFO) << "tohost send '" << io_buf.str() << "'";
}
}
std::unordered_map<std::string, uint64_t> symbol_table;
uint64_t entry_address{0};
uint64_t tohost = std::numeric_limits<uint64_t>::max();