mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
linux-user/riscv: Add the CPU type as a comment
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
e5ef9566af
commit
77c62400e5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#define RISCV_TARGET_ELF_H
|
||||
static inline const char *cpu_get_model(uint32_t eflags)
|
||||
{
|
||||
/* TYPE_RISCV_CPU_ANY */
|
||||
return "any";
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue