]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/sh/abort-instr.h
po: Update translations
[thirdparty/glibc.git] / sysdeps / sh / abort-instr.h
1 /* An instruction which should crash any program is `sleep'. */
2 #define ABORT_INSTRUCTION_ASM sleep
3 #define ABORT_INSTRUCTION asm ("sleep")