Update ggml/src/ggml.c
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
8a3eceba0c
commit
45b6b799b6
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ struct backtrace_state {
|
|||
};
|
||||
|
||||
static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context* context, void* arg) {
|
||||
struct BacktraceState* state = (struct BacktraceState*)arg;
|
||||
struct backtrace_state * state = (struct backtrace_state *)arg;
|
||||
uintptr_t pc = _Unwind_GetIP(context);
|
||||
if (pc) {
|
||||
if (state->current == state->end) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue