From 21587d3dca57c6af4684995576adcfe98f594b28 Mon Sep 17 00:00:00 2001 From: srinivasa Date: Thu, 24 Jan 2008 15:23:19 +0000 Subject: Autoconf file for x86/x86_64 for register rename patch by srinivasa@in.ibm.com --- runtime/autoconf-x86-uniregs.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 runtime/autoconf-x86-uniregs.c (limited to 'runtime/autoconf-x86-uniregs.c') diff --git a/runtime/autoconf-x86-uniregs.c b/runtime/autoconf-x86-uniregs.c new file mode 100644 index 00000000..25729c22 --- /dev/null +++ b/runtime/autoconf-x86-uniregs.c @@ -0,0 +1,6 @@ +#include + +#if defined (__i386__) || defined (__x86_64__) +struct pt_regs regs = {.ax = 0x0}; +#endif + -- cgit