mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Avoid unused input arguments which triggered tcg errors. Spotted by
Stefan Weil. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4795 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b5dc7732e1
commit
2796188e56
3 changed files with 30 additions and 28 deletions
|
@ -239,14 +239,14 @@ FOP_PROTO(ngt)
|
|||
#undef FOP_PROTO
|
||||
|
||||
/* Special functions */
|
||||
DEF_HELPER(target_ulong, do_di, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_ei, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_di, (void))
|
||||
DEF_HELPER(target_ulong, do_ei, (void))
|
||||
DEF_HELPER(void, do_eret, (void))
|
||||
DEF_HELPER(void, do_deret, (void))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_cpunum, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_synci_step, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_cc, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_ccres, (target_ulong t0))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_cpunum, (void))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_synci_step, (void))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_cc, (void))
|
||||
DEF_HELPER(target_ulong, do_rdhwr_ccres, (void))
|
||||
DEF_HELPER(void, do_pmon, (int function))
|
||||
DEF_HELPER(void, do_wait, (void))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue