(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / sysdeps / hppa / abort-instr.h
blobf1afea46de1aa15bdf5d4c6fe6098a3699c47b3c
1 /* An instruction privileged instruction to crash a userspace program.
3 We go with iitlbp because it has a history of being used to crash
4 programs. */
6 #define ABORT_INSTRUCTION asm ("iitlbp %r0,(%r0)")