mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
PowerPC target coding style fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3348 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b068d6a713
commit
b33c17e12d
6 changed files with 25 additions and 33 deletions
|
@ -482,7 +482,6 @@ static always_inline void glue(stfiwxr, MEMSUFFIX) (target_ulong EA, double d)
|
|||
glue(stl, MEMSUFFIX)(EA, u.u);
|
||||
}
|
||||
|
||||
|
||||
PPC_STF_OP(fd_le, stfqr);
|
||||
PPC_STF_OP(fs_le, stfsr);
|
||||
PPC_STF_OP(fiwx_le, stfiwxr);
|
||||
|
@ -1079,7 +1078,6 @@ _PPC_SPE_LD_OP_64(name, op)
|
|||
_PPC_SPE_LD_OP(name, op)
|
||||
#endif
|
||||
|
||||
|
||||
#define _PPC_SPE_ST_OP(name, op) \
|
||||
void OPPROTO glue(glue(op_spe_st, name), MEMSUFFIX) (void) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue