mirror of https://github.com/xqemu/xqemu.git
FTST instruction fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@471 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9cdf757fd5
commit
6a8c397deb
|
@ -1903,7 +1903,7 @@ void OPPROTO op_fldz_ST0(void)
|
||||||
|
|
||||||
void OPPROTO op_fldz_FT0(void)
|
void OPPROTO op_fldz_FT0(void)
|
||||||
{
|
{
|
||||||
ST0 = f15rk[0];
|
FT0 = f15rk[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/* associated heplers to reduce generated code length and to simplify
|
/* associated heplers to reduce generated code length and to simplify
|
||||||
|
|
Loading…
Reference in New Issue