rtasm: Compile only for GALLIUM_CELL.

This commit is contained in:
Michal Krol 2008-11-12 18:13:58 +01:00
parent 0ee92d6ed9
commit 8fee30064e

View file

@ -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 */