mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue