BOOT_ERROR
#define BOOT_ERROR(s) jbsr boot_error; .asciz s; .even
#define BOOT_ERROR(a) movl #0,%d1; \
#define BOOT_ERROR(s) jbsr boot_error; .asciz s; .even
extern void BOOT_ERROR(const char *) __dead;