From e1ab761e8a2f8303775042ba44c69b533f571d41 Mon Sep 17 00:00:00 2001 From: mothran Date: Sun, 30 Aug 2015 19:32:39 -0700 Subject: [PATCH] fixed typo --- qemu/target-i386/fpu_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/target-i386/fpu_helper.c b/qemu/target-i386/fpu_helper.c index 3dbba049..e9cbd7d0 100644 --- a/qemu/target-i386/fpu_helper.c +++ b/qemu/target-i386/fpu_helper.c @@ -1019,6 +1019,7 @@ void helper_fstenv(CPUX86State *env, target_ulong ptr, int data32) cpu_stw_data(env, ptr + 10, 0); cpu_stw_data(env, ptr + 12, 0); } + } }