Files
binutils-gdb/gdb/stopcode.h
2018-06-29 20:21:26 +08:00

5 lines
71 B
C

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