| author | |
| committer | |
| log | 1b5b9eb365dc5f5d5f9387ab25e128fb507f91f3 |
| tree | 38f00d2af963e237881be86136813aee099b8b6c |
| parent | 57616debf9708e61decba96134f89d2305da055b |
1 files changed, 1 insertions(+), 0 deletions(-)
src/arch/sparc64/CodeGen.zig+1| ... | ... | @@ -144,6 +144,7 @@ const MCValue = union(enum) { |
| 144 | 144 | memory: u64, |
| 145 | 145 | /// The value is one of the stack variables. |
| 146 | 146 | /// If the type is a pointer, it means the pointer address is in the stack at this offset. |
| 147 | /// Note that this stores the plain value (i.e without the effects of the stack bias). | |
| 147 | 148 | stack_offset: u32, |
| 148 | 149 | /// The value is a pointer to one of the stack variables (payload is stack offset). |
| 149 | 150 | ptr_stack_offset: u32, |