PPC: Use asm_defs.h instead of hardcoded defines
This commit is contained in:
parent
d4659184b8
commit
a442699e34
@ -5,8 +5,7 @@
|
||||
* Copyright 2003, Travis Geiselbrecht. All rights reserved.
|
||||
* Distributed under the terms of the NewOS License.
|
||||
*/
|
||||
#define FUNCTION(x) .global x; .type x,@function; x
|
||||
#define LOCAL_FUNCTION(x) .type x,@function; x
|
||||
#include <asm_defs.h>
|
||||
|
||||
/* General exception handling concept:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user