Gitiles
Code Review
Sign In
192.168.1.100
/
7520V3V
/
bfc6e71ee409bcae7f7b6850f4ebfbd3091c5851
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
sysdeps
/
s390
/
abort-instr.h
blob: 825601ad50b3bed2d5314435878942ae6f752d99 [
file
] [
log
] [
blame
]
/* An op-code of 0 should crash any program. */
#define
ABORT_INSTRUCTION __asm__
(
".word 0"
)