Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.4:ARM
redis.24016
getMcontextEip-return-value.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File getMcontextEip-return-value.patch of Package redis.24016
Index: redis-6.0.1/src/debug.c =================================================================== --- redis-6.0.1.orig/src/debug.c +++ redis-6.0.1/src/debug.c @@ -919,6 +919,8 @@ static void *getMcontextEip(ucontext_t * return (void*) uc->uc_mcontext.arm_pc; #elif defined(__aarch64__) /* Linux AArch64 */ return (void*) uc->uc_mcontext.pc; + #else + return NULL; #endif #elif defined(__FreeBSD__) /* FreeBSD */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor