mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
target-ppc: fix compilation with CONFIG_SOFTFLOAT
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6003 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
629bd74a4f
commit
a44d2ce18a
2 changed files with 20 additions and 20 deletions
|
@ -206,7 +206,7 @@ struct opc_handler_t {
|
|||
static always_inline void gen_reset_fpstatus (void)
|
||||
{
|
||||
#ifdef CONFIG_SOFTFLOAT
|
||||
gen_op_reset_fpstatus();
|
||||
gen_helper_reset_fpstatus();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue