Update ggml/src/ggml.c

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

View file

@ -146,7 +146,7 @@ typedef pthread_t ggml_thread_t;
#include <dlfcn.h>
#include <stdio.h>
struct BacktraceState {
struct backtrace_state {
void** current;
void** end;
};