mirror of https://github.com/xemu-project/xemu.git
alpha: fix helper.h
the content of target-alpha/helper.h is duplicated twice (Tristan Gingold) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5212 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9e85e9bdcf
commit
fdbbb5d9f2
|
@ -3,8 +3,3 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DEF_HELPER(void, helper_tb_flush, (void))
|
DEF_HELPER(void, helper_tb_flush, (void))
|
||||||
#ifndef DEF_HELPER
|
|
||||||
#define DEF_HELPER(ret, name, params) ret name params;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEF_HELPER(void, helper_tb_flush, (void))
|
|
||||||
|
|
Loading…
Reference in New Issue