1 pixman: Fix C pre-processor issues in LEAF_MIPS32R2
3 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
5 From 3a60aa8d574f4dfc4fa3ddb13aaa13c7d955105b Mon Sep 17 00:00:00 2001
6 From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
7 Date: Thu, 11 Sep 2014 10:24:10 +0100
8 Subject: [PATCH] Fix C pre-processor issues in LEAF_MIPS32R2
10 Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
12 pixman/pixman-mips-dspr2-asm.h | 4 ++--
13 1 files changed, 2 insertions(+), 2 deletions(-)
15 diff --git a/pixman/pixman-mips-dspr2-asm.h b/pixman/pixman-mips-dspr2-asm.h
16 index 11849bd..b2696d0 100644
17 --- a/pixman/pixman-mips-dspr2-asm.h
18 +++ b/pixman/pixman-mips-dspr2-asm.h
20 #define LEAF_MIPS32R2(symbol) \
26 .type symbol, @function; \
30 symbol: .frame sp, 0, ra; \