D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
systemtap
/
runtime
/
linux
/
Filename :
autoconf-x86-uniregs.c
back
Copy
#include <asm/ptrace.h> #if defined (__i386__) || defined (__x86_64__) struct pt_regs regs = {.ax = 0x0}; #endif