| author | |
| committer | |
| log | 225deb64e9891c555db2b55d9f4f8c16d9262139 |
| tree | cba984372bd29dd277e92b7df24e26fd79143427 |
| parent | d9e11f4f3143e5739c5444302d4e7f4701a86d61 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug/cpu_context.zig+1-1| ... | ... | @@ -638,8 +638,8 @@ const Hexagon = extern struct { |
| 638 | 638 | /// This is an `extern struct` so that inline assembly in `current` can use field offsets. |
| 639 | 639 | const Kvx = extern struct { |
| 640 | 640 | r: [64]Gpr, |
| 641 | ra: Gpr, | |
| 642 | 641 | pc: Gpr, |
| 642 | ra: Gpr, | |
| 643 | 643 | |
| 644 | 644 | pub const Gpr = u64; |
| 645 | 645 |