mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 19:50:25 +01:00
rtasm: Compile only for GALLIUM_CELL.
This commit is contained in:
parent
0ee92d6ed9
commit
8fee30064e
1 changed files with 4 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue