diff options
-rw-r--r-- | platform/qemu/sifive_u/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qemu/sifive_u/platform.c b/platform/qemu/sifive_u/platform.c index 1dca2a1..470da35 100644 --- a/platform/qemu/sifive_u/platform.c +++ b/platform/qemu/sifive_u/platform.c @@ -17,7 +17,7 @@ /* clang-format off */ -#define SIFIVE_U_HART_COUNT 1 +#define SIFIVE_U_HART_COUNT 4 #define SIFIVE_U_HART_STACK_SIZE 8192 #define SIFIVE_U_SYS_CLK 1000000000 |