From 4a21ad1e76631ead9b0a40aabc6e51d17cb632c7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 Oct 2022 23:39:51 +0545 Subject: sim: enable common sim_cpu usage everywhere All ports should be migrated now. Drop the SIM_HAVE_COMMON_SIM_CPU knob and require it be used everywhere now. --- sim/mcore/sim-main.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sim/mcore') diff --git a/sim/mcore/sim-main.h b/sim/mcore/sim-main.h index 82a720b..fc4625b 100644 --- a/sim/mcore/sim-main.h +++ b/sim/mcore/sim-main.h @@ -19,8 +19,6 @@ along with this program. If not, see . */ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define SIM_HAVE_COMMON_SIM_CPU - #include "sim-basics.h" typedef long int word; -- cgit v1.1