authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-09 05:10:03+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-09 17:53:04+02:00
log39f0cf90e5f761187a67b88741efcf0049baa959
tree11b766da488acb94e2f27071dbfcbdfddc7940a7
parent0d947ae87a2280d6f4acec16cf2307d11aed03e2
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.debug.cpu_context.Alpha: fix current assembly not saving r31

It's always zero, but we shouldn't leave that element of the array undefined.

1 files changed, 1 insertions(+), 0 deletions(-)

lib/std/debug/cpu_context.zig+1
...@@ -349,6 +349,7 @@ const Alpha = extern struct {...@@ -349,6 +349,7 @@ const Alpha = extern struct {
349 \\ stq $28, 0x0e0($0)349 \\ stq $28, 0x0e0($0)
350 \\ stq $29, 0x0e8($0)350 \\ stq $29, 0x0e8($0)
351 \\ stq $30, 0x0f0($0)351 \\ stq $30, 0x0f0($0)
352 \\ stq $31, 0x0f8($0)
352 \\353 \\
353 \\ br $1, 1f354 \\ br $1, 1f
354 \\1:355 \\1: