| author | |
| committer | |
| log | 39f0cf90e5f761187a67b88741efcf0049baa959 |
| tree | 11b766da488acb94e2f27071dbfcbdfddc7940a7 |
| parent | 0d947ae87a2280d6f4acec16cf2307d11aed03e2 |
| signature |
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 | 349 | \\ stq $28, 0x0e0($0) |
| 350 | 350 | \\ stq $29, 0x0e8($0) |
| 351 | 351 | \\ stq $30, 0x0f0($0) |
| 352 | \\ stq $31, 0x0f8($0) | |
| 352 | 353 | \\ |
| 353 | 354 | \\ br $1, 1f |
| 354 | 355 | \\1: |