Update ggml/src/ggml.c
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
e089459355
commit
8a3eceba0c
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue