summary refs log tree commit diff stats
path: root/linux-user/x86_64/elfload.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-user/x86_64/elfload.c')
-rw-r--r--linux-user/x86_64/elfload.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux-user/x86_64/elfload.c b/linux-user/x86_64/elfload.c
index f99336e73c..88541ea45e 100644
--- a/linux-user/x86_64/elfload.c
+++ b/linux-user/x86_64/elfload.c
@@ -14,3 +14,8 @@ abi_ulong get_elf_hwcap(CPUState *cs)
 {
     return cpu_env(cs)->features[FEAT_1_EDX];
 }
+
+const char *get_elf_platform(CPUState *cs)
+{
+    return "x86_64";
+}