提交 db9a16a7 编写于 作者: A aurel32

target-ppc: kill a warning

Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5952 c046a42c-6fe2-441c-8c8c-71466251a162
上级 0e69805a
......@@ -1860,6 +1860,7 @@ void helper_rfsvc (void)
/* 602 specific instructions */
/* mfrom is the most crazy instruction ever seen, imho ! */
/* Real implementation uses a ROM table. Do the same */
#if !defined (CONFIG_USER_ONLY)
#define USE_MFROM_ROM_TABLE
target_ulong helper_602_mfrom (target_ulong arg)
{
......@@ -1887,6 +1888,7 @@ target_ulong helper_602_mfrom (target_ulong arg)
return 0;
}
}
#endif
/*****************************************************************************/
/* Embedded PowerPC specific helpers */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册