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