mirror of
https://github.com/ziglang/zig.git
synced 2026-02-14 05:20:34 +00:00
stage2: sparc64: Add extra note about stack_offset MCV
This commit is contained in:
parent
57616debf9
commit
1b5b9eb365
@ -144,6 +144,7 @@ const MCValue = union(enum) {
|
||||
memory: u64,
|
||||
/// The value is one of the stack variables.
|
||||
/// If the type is a pointer, it means the pointer address is in the stack at this offset.
|
||||
/// Note that this stores the plain value (i.e without the effects of the stack bias).
|
||||
stack_offset: u32,
|
||||
/// The value is a pointer to one of the stack variables (payload is stack offset).
|
||||
ptr_stack_offset: u32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user