summary refs log tree commit diff stats
path: root/linux-user/alpha/elfload.c
blob: 1e44475c47586bb5c624d187e16b9de915e182bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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";
}