Files
binutils-gdb/gdb/stopcode.h
2021-11-17 11:27:13 +03:00

5 lines
71 B
C

#ifndef W_STOPCODE
#define W_STOPCODE(sig) ((sig) << 8 | 0x7f)
#endif