summaryrefslogtreecommitdiffstats
path: root/runtime/autoconf-x86-gs.c
blob: f4dda7959aea935985b040434dd629ace1fad888 (plain)
1
2
3
4
5
#include <asm/ptrace.h>

#if defined (__i386__)
struct pt_regs regs = {.gs = 0x0};
#endif