Przeglądaj źródła

Increase `MAX_FRAMES`

gingerBill 1 rok temu
rodzic
commit
be09584ea5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/debug/trace/trace.odin

+ 1 - 1
core/debug/trace/trace.odin

@@ -4,7 +4,7 @@ import "base:intrinsics"
 import "base:runtime"
 import "base:runtime"
 
 
 Frame :: distinct uintptr
 Frame :: distinct uintptr
-MAX_FRAMES :: 64
+MAX_FRAMES :: 512
 
 
 Frame_Location :: struct {
 Frame_Location :: struct {
 	using loc: runtime.Source_Code_Location,
 	using loc: runtime.Source_Code_Location,