From 8fee30064e35488bccf8e6e7478d56ca783ebac1 Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Wed, 12 Nov 2008 18:13:58 +0100 Subject: [PATCH] rtasm: Compile only for GALLIUM_CELL. --- src/gallium/auxiliary/rtasm/rtasm_ppc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gallium/auxiliary/rtasm/rtasm_ppc.c b/src/gallium/auxiliary/rtasm/rtasm_ppc.c index 6d11263be8f..5e7bc02ed3f 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_ppc.c +++ b/src/gallium/auxiliary/rtasm/rtasm_ppc.c @@ -42,6 +42,8 @@ #include "rtasm_ppc.h" +#ifdef GALLIUM_CELL + void ppc_init_func(struct ppc_function *p) { @@ -957,3 +959,5 @@ ppc_return(struct ppc_function *p) { ppc_bclr(p, BRANCH_COND_ALWAYS, BRANCH_HINT_SUB_RETURN, 0); } + +#endif /* GALLIUM_CELL */ -- 2.30.2