qemu-e2k/linux-user/e2k/target_elf.h

8 lines
159 B
C

#ifndef E2K_TARGET_ELF_H
#define E2K_TARGET_ELF_H
static inline const char *cpu_get_model(uint32_t eflags)
{
return "any";
}
#endif /* E2K_TARGET_ELF_H */