mirror of
https://github.com/qemu/qemu.git
synced 2025-07-27 12:20:07 +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
@ -9,6 +9,7 @@
|
|||||||
#define RISCV_TARGET_ELF_H
|
#define RISCV_TARGET_ELF_H
|
||||||
static inline const char *cpu_get_model(uint32_t eflags)
|
static inline const char *cpu_get_model(uint32_t eflags)
|
||||||
{
|
{
|
||||||
|
/* TYPE_RISCV_CPU_ANY */
|
||||||
return "any";
|
return "any";
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user