From e0894593550a7f4426880d2c40cbf092bcd46e49 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Mon, 29 Jul 2024 22:43:17 +0900 Subject: [PATCH] Update ggml/src/ggml.c Co-authored-by: slaren --- ggml/src/ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 171b80e84..57c035daa 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -146,7 +146,7 @@ typedef pthread_t ggml_thread_t; #include #include -struct BacktraceState { +struct backtrace_state { void** current; void** end; };