| author | |
| committer | |
| log | a4058856a4ba1952bbf80f5105d9c6f9b119a72a |
| tree | 7da77f0e29e5b2f5355d0ffdd063bd3c2d8f9785 |
| parent | f66a9be7cc4e63ed9328d3488df7e7e7784dce49 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/debug/cpu_context.zig+1-1| ... | ... | @@ -50,7 +50,7 @@ pub fn fromPosixSignalContext(ctx_ptr: ?*const anyopaque) ?Native { |
| 50 | 50 | }; |
| 51 | 51 | |
| 52 | 52 | // I have no idea why the kernel is storing these registers in such a bizarre order... |
| 53 | std.mem.reverse(native.r[0..]); | |
| 53 | std.mem.reverse(u32, native.r[0..]); | |
| 54 | 54 | |
| 55 | 55 | return native; |
| 56 | 56 | } else if (native_arch == .loongarch32 and native_os == .linux) { |