mirror of git://git.musl-libc.org/musl
x86_64/bits/signal.h: fix typo in REG_CSGSFS
This commit is contained in:
parent
26cf9c3c6b
commit
3bb167b338
|
@ -20,7 +20,7 @@
|
||||||
#define REG_RSP 15
|
#define REG_RSP 15
|
||||||
#define REG_RIP 16
|
#define REG_RIP 16
|
||||||
#define REG_EFL 17
|
#define REG_EFL 17
|
||||||
#define REG_CSGFS 18
|
#define REG_CSGSFS 18
|
||||||
#define REG_ERR 19
|
#define REG_ERR 19
|
||||||
#define REG_TRAPNO 20
|
#define REG_TRAPNO 20
|
||||||
#define REG_OLDMASK 21
|
#define REG_OLDMASK 21
|
||||||
|
|
Loading…
Reference in New Issue