From 14c9ad2edb6e0bb0b560fa45699b83d85aa28b94 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 13 Apr 2015 02:11:24 -0400 Subject: sim: v850: convert to sim-cpu Make cpu allocation fully dynamic so we can leverage the common sim-cpu and its APIs. --- sim/v850/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/v850/Makefile.in') diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index 726ed5e..e78fda9 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -23,6 +23,7 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ simops.o interp.o \ itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \ + sim-cpu.o \ sim-hload.o \ sim-resume.o \ sim-reason.o \ -- cgit v1.1