mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
SH4: add support for TCG helpers
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5096 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6858571c5a
commit
988d7eaa7b
2 changed files with 11 additions and 0 deletions
4
target-sh4/helper.h
Normal file
4
target-sh4/helper.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#ifndef DEF_HELPER
|
||||
#define DEF_HELPER(ret, name, params) ret name params;
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue