adapt to changed define names

This commit is contained in:
Eyck Jentzsch 2021-11-11 08:33:35 +01:00
parent 2d7973520b
commit f90c48e881
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ using tgc_d_xrb_mac_plat_type = iss::arch::riscv_hart_mu_p<iss::arch::tgc_d_xrb_
#define CREATE_CORE(CN) \
if (type == STR(CN)) { std::tie(cpu, vm) = create_core<CN ## _plat_type>(backend, gdb_port, hart_id); } else
#ifdef WITH_SCV
#ifdef HAS_SCV
#include <scv.h>
#else
#include <scv-tr.h>