X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fppc-darwin-os.h;h=1ff373237bf822860e6a22b28363252f2d5dcc97;hb=343ef95fda9da33830d5ab6aabe5368c898f0918;hp=a40699bd82d9e65f440a9e649f33702bf928e8eb;hpb=3b3086ad5ad36a66302e1e6c5b7c8246c7963462;p=sbcl.git diff --git a/src/runtime/ppc-darwin-os.h b/src/runtime/ppc-darwin-os.h index a40699b..1ff3732 100644 --- a/src/runtime/ppc-darwin-os.h +++ b/src/runtime/ppc-darwin-os.h @@ -5,5 +5,5 @@ static inline os_context_t *arch_os_get_context(void **void_context) { return (os_context_t *) *void_context; } - +#define DARWIN_FIX_CONTEXT(c) (c->uc_mcontext->ss.xer)^=0x80; #endif /* _PPC_DARWIN_OS_H */