mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:58:28 +00:00
removed testing printf
This commit is contained in:
parent
4cd5fa3811
commit
2b6f806759
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue