glibc/sysdeps/arc/abort-instr.h
Vineet Gupta 0e7d930c4c ARC: ABI Implementation
This code deals with the ARC ABI.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2020-07-10 16:08:44 -07:00

3 lines
121 B
C

/* FLAG 1 is privilege mode only instruction, hence will crash any program. */
#define ABORT_INSTRUCTION asm ("flag 1")