mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-05 04:27:51 +00:00
Increase MAX_FRAMES
This commit is contained in:
@@ -4,7 +4,7 @@ import "base:intrinsics"
|
||||
import "base:runtime"
|
||||
|
||||
Frame :: distinct uintptr
|
||||
MAX_FRAMES :: 64
|
||||
MAX_FRAMES :: 512
|
||||
|
||||
Frame_Location :: struct {
|
||||
using loc: runtime.Source_Code_Location,
|
||||
|
||||
Reference in New Issue
Block a user