From b98e922cb42d4e7ebe7e76ce413acc8594294068 Mon Sep 17 00:00:00 2001 From: joey0320 Date: Sun, 3 Dec 2023 16:22:56 -0800 Subject: Fix Spike --device option to pass on args to downstream plugins --- riscv/sim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'riscv/sim.h') diff --git a/riscv/sim.h b/riscv/sim.h index 2455263..efe5f83 100644 --- a/riscv/sim.h +++ b/riscv/sim.h @@ -27,7 +27,7 @@ class sim_t : public htif_t, public simif_t public: sim_t(const cfg_t *cfg, bool halted, std::vector> mems, - std::vector plugin_device_factories, + std::vector plugin_device_factories, const std::vector& args, const debug_module_config_t &dm_config, const char *log_path, bool dtb_enabled, const char *dtb_file, -- cgit v1.1