aboutsummaryrefslogtreecommitdiff
path: root/includes/riscv
diff options
context:
space:
mode:
authorBurt P <pburt0@gmail.com>2017-07-10 01:47:07 -0500
committerLeandro Pereira <leandro@hardinfo.org>2017-07-12 19:38:41 -0700
commit2db90cda115d037971a7405c681fbe43eda0d7c3 (patch)
tree2af2da9d24ee60db9612f63189da2f7fd8193e18 /includes/riscv
parent538cbc71a4a724c0808893448cfd549198288206 (diff)
riscv: show extension sets
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes/riscv')
-rw-r--r--includes/riscv/processor-platform.h1
1 files changed, 1 insertions, 0 deletions
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 */
};