X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fcommon%2Fsim-base.h;h=f07ae52cb951455acd513941c545c89eb8f3e968;hb=160f8a8f32f5566077e4a4b13943bc7c70bc5da2;hp=3123c07e2b2cdb30e9aca923238d8b4556b0df5d;hpb=444b3faef5397eee5a06fe0e683d2ac3e6628fdc;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/common/sim-base.h b/sim/common/sim-base.h index 3123c07e2b..f07ae52cb9 100644 --- a/sim/common/sim-base.h +++ b/sim/common/sim-base.h @@ -1,6 +1,6 @@ /* Simulator pseudo baseclass. - Copyright 1997-2019 Free Software Foundation, Inc. + Copyright 1997-2020 Free Software Foundation, Inc. Contributed by Cygnus Support. @@ -82,6 +82,7 @@ typedef struct _sim_cpu sim_cpu; #include "sim-module.h" +#include "sim-arange.h" #include "sim-trace.h" #include "sim-core.h" #include "sim-events.h" @@ -92,6 +93,7 @@ typedef struct _sim_cpu sim_cpu; #include "sim-watch.h" #include "sim-memopt.h" #include "sim-cpu.h" +#include "sim-assert.h" /* We require all sims to dynamically allocate cpus. See comment up top about