From 2db90cda115d037971a7405c681fbe43eda0d7c3 Mon Sep 17 00:00:00 2001 From: Burt P Date: Mon, 10 Jul 2017 01:47:07 -0500 Subject: riscv: show extension sets Signed-off-by: Burt P --- includes/riscv/processor-platform.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') diff --git a/includes/riscv/processor-platform.h b/includes/riscv/processor-platform.h index f5e4758e..07cbf86e 100644 --- a/includes/riscv/processor-platform.h +++ b/includes/riscv/processor-platform.h @@ -29,6 +29,7 @@ struct _Processor { gchar *model_name; gchar *mmu, *isa, *uarch; + gchar *flags; /* expanded from isa */ gfloat bogomips; /* not used */ }; -- cgit v1.2.3