KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

Error while building on MacOS M1

Open mbUSC opened this issue 11 months ago • 0 comments

Describe the bug

debug.cpp:1138:42: error: no member named '__srr0' in '__darwin_arm_thread_state64'
    return (void*) uc->uc_mcontext->__ss.__srr0;
                   ~~~~~~~~~~~~~~~~~~~~~ ^

To reproduce Follow the steps to build KeyDB

Expected behavior KeyDB builds successfully on MacOS M1

mbUSC avatar Mar 19 '24 23:03 mbUSC