Commit fdbbb5d9f256c983b195e4e75c514f47feae00b0

Authored by aurel32
1 parent 9e85e9bd

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
Showing 1 changed file with 0 additions and 5 deletions
target-alpha/helper.h
@@ -3,8 +3,3 @@ @@ -3,8 +3,3 @@
3 #endif 3 #endif
4 4
5 DEF_HELPER(void, helper_tb_flush, (void)) 5 DEF_HELPER(void, helper_tb_flush, (void))
6 -#ifndef DEF_HELPER  
7 -#define DEF_HELPER(ret, name, params) ret name params;  
8 -#endif  
9 -  
10 -DEF_HELPER(void, helper_tb_flush, (void))