Updated PCI IDs to latest snapshot.
[tangerine.git] / compiler / clib / stubs / archspecific.c
blob6a3dc7a7eb26cb97963a579725113a7f2bb0dd3d
1 #include <aros/cpu.h>
2 #include <exec/libraries.h>
3 #include <exec/types.h>
5 #define _STR(x) #x
6 #define STR(x) _STR(x)
8 asm ("\n#define STUBCODE_INIT " STR(STUBCODE_INIT));
9 asm ("\n#define STUBCODE " STR(STUBCODE));
10 asm ("\n#define ALIASCODE " STR(ALIASCODE));
12 void foo()
14 asm volatile("\n#define JUMPVEC(n) ((n)+1+@SED@%0)*@SED@%1"::"i"(LIB_RESERVED),"i"(-LIB_VECTSIZE));