xref
: /
glibc-2.36
/
sysdeps
/
s390
/
abort-instr.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* An op-code of 0 should crash any program. */
2
#
define
ABORT_INSTRUCTION
__asm__
(
".word 0"
)
3