mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
PowerPC coding style and inlining fixes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3461 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5bda28432f
commit
a11b8151df
3 changed files with 46 additions and 42 deletions
|
@ -295,7 +295,6 @@ static void gen_##name (DisasContext *ctx); \
|
|||
GEN_OPCODE2(name, onam, opc1, opc2, opc3, inval, type); \
|
||||
static void gen_##name (DisasContext *ctx)
|
||||
|
||||
|
||||
typedef struct opcode_t {
|
||||
unsigned char opc1, opc2, opc3;
|
||||
#if HOST_LONG_BITS == 64 /* Explicitely align to 64 bits */
|
||||
|
@ -3503,7 +3502,7 @@ GEN_HANDLER(mfmsr, 0x1F, 0x13, 0x02, 0x001FF801, PPC_MISC)
|
|||
#endif
|
||||
}
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
#define SPR_NOACCESS ((void *)(-1))
|
||||
#else
|
||||
static void spr_noaccess (void *opaque, int sprn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue