mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-11 04:04:53 +00:00
For get_elf_hwcap, change the return type to abi_ulong and pass in the cpu. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
14 lines
383 B
C
14 lines
383 B
C
/*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation, or (at your option) any
|
|
* later version. See the COPYING file in the top-level directory.
|
|
*/
|
|
|
|
#ifndef S390X_TARGET_ELF_H
|
|
#define S390X_TARGET_ELF_H
|
|
|
|
#define HAVE_ELF_HWCAP 1
|
|
|
|
#endif
|