2 #include <exec/libraries.h>
3 #include <exec/types.h>
8 asm ("\n#define STUBCODE_INIT " STR(STUBCODE_INIT
));
9 asm ("\n#define STUBCODE " STR(STUBCODE
));
10 asm ("\n#define ALIASCODE " STR(ALIASCODE
));
14 asm volatile("\n#define JUMPVEC(n) ((n)+1+@SED@%0)*@SED@%1"::"i"(LIB_RESERVED
),"i"(-LIB_VECTSIZE
));