Untested Linux/x86 support

release
Slava Pestov 2007-09-22 04:00:22 -04:00
parent b6c3e74d70
commit 77d8a844f3
1 changed files with 2 additions and 0 deletions

2
vm/os-linux-x86-32.h Normal file
View File

@ -0,0 +1,2 @@
#define UAP_PROGRAM_COUNTER(ucontext) \
(((ucontext_t *)(ucontext))->uc_mcontext.gregs[14])