INIT_CALL_SEQ
#define INIT_CALL_SEQ(func) "call " __STRING(func)
#define INIT_CALL_SEQ(func) "call " __STRING(func)
#define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop"
#define INIT_CALL_SEQ(func) "bl " __STRING(func) "; nop"
#define INIT_CALL_SEQ(func) "call " __STRING(func)