Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
powerpc
/
abort-instr.h
blob: 43746e65ba53929b2c9286c5903fa3db2c8c5a41 [
file
] [
log
] [
blame
]
/* An op-code of 0 is guaranteed to be illegal. */
#define
ABORT_INSTRUCTION
asm
(
".long 0"
)