Skip to content

Commit

Permalink
fix: buzz_api.NativeCtx did not match obj.NativeCtx
Browse files Browse the repository at this point in the history
  • Loading branch information
giann committed Jan 30, 2025
1 parent 434ebdb commit 71528bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/buzz_api.zig
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ pub const NativeCtx = extern struct {
vm: *VM,
globals: [*]Value,
upvalues: [*]*anyopaque,
base: [*]Value,
// Pointer to the stack_top field of the current fiber
// !! Needs to change when current fiber changes !!
stack_top: *[*]Value,
Expand Down

0 comments on commit 71528bd

Please sign in to comment.