mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-08-04 10:01:46 +00:00
fixed typo
This commit is contained in:
parent
2b6f806759
commit
e1ab761e8a
|
@ -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);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue