mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
0e7d930c4c
This code deals with the ARC ABI. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
3 lines
121 B
C
3 lines
121 B
C
/* FLAG 1 is privilege mode only instruction, hence will crash any program. */
|
|
#define ABORT_INSTRUCTION asm ("flag 1")
|