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 --- ci-tests/testlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci-tests') diff --git a/ci-tests/testlib.c b/ci-tests/testlib.c index 1fca4fa..559a1f8 100644 --- a/ci-tests/testlib.c +++ b/ci-tests/testlib.c @@ -29,7 +29,7 @@ int main() hartids, false, 4); - std::vector plugin_devices; + std::vector plugin_devices; std::vector htif_args {"pk", "hello"}; debug_module_config_t dm_config = { .progbufsize = 2, -- cgit v1.1