mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
Set in_resolve for linux
This commit is contained in:
@@ -131,6 +131,9 @@ _frames :: proc(ctx: ^Context, skip: uint, allocator: runtime.Allocator) -> (fra
|
||||
|
||||
@(private="package")
|
||||
_resolve :: proc(ctx: ^Context, frame: Frame, allocator: runtime.Allocator) -> Frame_Location {
|
||||
intrinsics.atomic_store(&ctx.in_resolve, true)
|
||||
defer intrinsics.atomic_store(&ctx.in_resolve, false)
|
||||
|
||||
Backtrace_Context :: struct {
|
||||
rt_ctx: runtime.Context,
|
||||
allocator: runtime.Allocator,
|
||||
|
||||
Reference in New Issue
Block a user