Skip to content
Snippets Groups Projects
Commit fbbacc99 authored by Warner Losh's avatar Warner Losh
Browse files

bsd-user: TARGET_RESET define is unused, remove it


Signed-off-by: default avatarWarner Losh <imp@bsdimp.com>
Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: default avatarKyle Evans <kevans@FreeBSD.org>
parent b03c0bb2
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@
#define TARGET_DEFAULT_CPU_MODEL "qemu32"
#define TARGET_CPU_RESET(cpu)
static inline void target_cpu_init(CPUX86State *env,
struct target_pt_regs *regs)
{
......
......@@ -23,8 +23,6 @@
#define TARGET_DEFAULT_CPU_MODEL "qemu64"
#define TARGET_CPU_RESET(cpu)
static inline void target_cpu_init(CPUX86State *env,
struct target_pt_regs *regs)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment