From 1747fdc3f0a88ddf851c5b2a58c4f2e04e532b84 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 28 Jun 2024 11:07:54 +0100 Subject: [PATCH] Fix signature --- core/debug/trace/trace_nil.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/debug/trace/trace_nil.odin b/core/debug/trace/trace_nil.odin index a7f5c10fd..8611d7726 100644 --- a/core/debug/trace/trace_nil.odin +++ b/core/debug/trace/trace_nil.odin @@ -15,6 +15,6 @@ _destroy :: proc(ctx: ^Context) -> bool { _frames :: proc(ctx: ^Context, skip: uint, frames_buffer: []Frame) -> []Frame { return nil } -_resolve :: proc(ctx: ^Context, frame: Frame, allocator: runtime.Allocator) -> (result: runtime.Source_Code_Location) { +_resolve :: proc(ctx: ^Context, frame: Frame, allocator: runtime.Allocator) -> (result: Frame_Location) { return }