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

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