| 256 | #ifdef __PPC__ |
| 257 | void PPC_LayerFillHook(void); |
| 258 | struct EmulLibEntry LayerFillHook = { TRAP_LIB, 0, |
| 259 | (void (*)(void)) PPC_LayerFillHook }; |
| 260 | void |
| 261 | PPC_LayerFillHook(void) |
nothing calls this directly
no outgoing calls
no test coverage detected