OSDN Git Service

alpha: fix helper.h
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Sep 2008 16:09:56 +0000 (16:09 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Sep 2008 16:09:56 +0000 (16:09 +0000)
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

target-alpha/helper.h

index ef2c557..91c1b0e 100644 (file)
@@ -3,8 +3,3 @@
 #endif
 
 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))