mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Suppress bogus compiler warnings.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4803 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d26968ecd8
commit
a50f5b9186
2 changed files with 14 additions and 0 deletions
|
@ -143,6 +143,9 @@ typedef int TCGv;
|
|||
|
||||
#endif /* DEBUG_TCGV */
|
||||
|
||||
/* Dummy definition to avoid compiler warnings. */
|
||||
#define TCGV_UNUSED(x) x = MAKE_TCGV(-1)
|
||||
|
||||
/* call flags */
|
||||
#define TCG_CALL_TYPE_MASK 0x000f
|
||||
#define TCG_CALL_TYPE_STD 0x0000 /* standard C call */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue