diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:09:56 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:09:56 +0000 |
commit | fdbbb5d9f256c983b195e4e75c514f47feae00b0 (patch) | |
tree | abf3e80e1c89902a05c85c96a40079728d3f44d9 /target-alpha/helper.h | |
parent | 9e85e9bdcf473f2e28072602fff7dc96f9025f6d (diff) | |
download | qemu-fdbbb5d9f256c983b195e4e75c514f47feae00b0.tar.gz qemu-fdbbb5d9f256c983b195e4e75c514f47feae00b0.tar.bz2 qemu-fdbbb5d9f256c983b195e4e75c514f47feae00b0.zip |
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
Diffstat (limited to 'target-alpha/helper.h')
-rw-r--r-- | target-alpha/helper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-alpha/helper.h b/target-alpha/helper.h index ef2c55729a..91c1b0efca 100644 --- a/target-alpha/helper.h +++ b/target-alpha/helper.h @@ -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)) |