PPC: Use asm_defs.h instead of hardcoded defines

This commit is contained in:
François Revol 2013-06-01 19:32:43 +02:00
parent d4659184b8
commit a442699e34

View File

@ -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: