gingerBill 1 anno fa
parent
commit
1747fdc3f0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/debug/trace/trace_nil.odin

+ 1 - 1
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
 }