fixed typo

This commit is contained in:
mothran 2015-08-30 19:32:39 -07:00
parent 2b6f806759
commit e1ab761e8a

View File

@ -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 + 10, 0);
cpu_stw_data(env, ptr + 12, 0); cpu_stw_data(env, ptr + 12, 0);
} }
}
} }