From 2b6f80675959fa4175d61b8e090e75859ad2bb96 Mon Sep 17 00:00:00 2001 From: mothran Date: Sun, 30 Aug 2015 19:22:41 -0700 Subject: [PATCH] removed testing printf --- qemu/target-i386/fpu_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qemu/target-i386/fpu_helper.c b/qemu/target-i386/fpu_helper.c index 12d7710c..3dbba049 100644 --- a/qemu/target-i386/fpu_helper.c +++ b/qemu/target-i386/fpu_helper.c @@ -989,7 +989,6 @@ void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32) #ifdef TARGET_X86_64 // DFLAG enum: tcg.h, case here to int if (env->hflags & HF_CS64_MASK) { - printf("HELLO\n"); cpu_stl_data(env, ptr, env->fpuc); cpu_stl_data(env, ptr + 4, fpus); cpu_stl_data(env, ptr + 8, fptag);