From 77d8a844f3763be44dc86cad2d6d1188b95429c4 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 22 Sep 2007 04:00:22 -0400 Subject: [PATCH] Untested Linux/x86 support --- vm/os-linux-x86-32.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vm/os-linux-x86-32.h diff --git a/vm/os-linux-x86-32.h b/vm/os-linux-x86-32.h new file mode 100644 index 0000000000..e12133966d --- /dev/null +++ b/vm/os-linux-x86-32.h @@ -0,0 +1,2 @@ +#define UAP_PROGRAM_COUNTER(ucontext) \ + (((ucontext_t *)(ucontext))->uc_mcontext.gregs[14])