Update ggml/src/ggml.c

Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
l3utterfly 2024-07-29 22:43:24 +09:00 committed by GitHub
parent e089459355
commit 8a3eceba0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -147,8 +147,8 @@ typedef pthread_t ggml_thread_t;
#include <stdio.h>
struct backtrace_state {
void** current;
void** end;
void ** current;
void ** end;
};
static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context* context, void* arg) {