Bläddra i källkod

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>
Alistair Francis 6 år sedan
förälder
incheckning
77c62400e5
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      linux-user/riscv/target_elf.h

+ 1 - 0
linux-user/riscv/target_elf.h

@@ -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