* [Qemu-devel] [PATCH] alpha: fix helper.h
@ 2008-09-08 10:38 Tristan Gingold
2008-09-14 16:11 ` Aurelien Jarno
0 siblings, 1 reply; 2+ messages in thread
From: Tristan Gingold @ 2008-09-08 10:38 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 74 bytes --]
Hi,
the content of target-alpha/helper.h is duplicated twice.
Tristan.
[-- Attachment #2: q-alpha4.diff --]
[-- Type: application/octet-stream, Size: 378 bytes --]
Index: target-alpha/helper.h
===================================================================
--- target-alpha/helper.h (revision 5181)
+++ target-alpha/helper.h (working copy)
@@ -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))
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] alpha: fix helper.h
2008-09-08 10:38 [Qemu-devel] [PATCH] alpha: fix helper.h Tristan Gingold
@ 2008-09-14 16:11 ` Aurelien Jarno
0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2008-09-14 16:11 UTC (permalink / raw)
To: qemu-devel
On Mon, Sep 08, 2008 at 12:38:24PM +0200, Tristan Gingold wrote:
> Hi,
>
> the content of target-alpha/helper.h is duplicated twice.
>
Applied, thanks.
> Tristan.
>
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-14 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 10:38 [Qemu-devel] [PATCH] alpha: fix helper.h Tristan Gingold
2008-09-14 16:11 ` Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).