diff options
Diffstat (limited to 'linux-user/alpha/elfload.c')
-rw-r--r-- | linux-user/alpha/elfload.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/linux-user/alpha/elfload.c b/linux-user/alpha/elfload.c new file mode 100644 index 0000000..1e44475 --- /dev/null +++ b/linux-user/alpha/elfload.c @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ + +#include "qemu/osdep.h" +#include "qemu.h" +#include "loader.h" + + +const char *get_elf_cpu_model(uint32_t eflags) +{ + return "ev67"; +} |