xref
: /
glibc-2.36
/
sysdeps
/
powerpc
/
abort-instr.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* An op-code of 0 is guaranteed to be illegal. */
2
#
define
ABORT_INSTRUCTION
asm
(
".long 0"
)
3