From 8a3eceba0c892394ee6b5a1995779e5b46eb1362 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Mon, 29 Jul 2024 22:43:24 +0900 Subject: [PATCH] Update ggml/src/ggml.c Co-authored-by: slaren --- ggml/src/ggml.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 57c035daa..d26d8b6c7 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -147,8 +147,8 @@ typedef pthread_t ggml_thread_t; #include struct backtrace_state { - void** current; - void** end; + void ** current; + void ** end; }; static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context* context, void* arg) {