Skip to content

Commit

Permalink
fix: remove binary asm labels in libc
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Jul 26, 2024
1 parent e331336 commit 22e3a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/axlibc/src/setjmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub unsafe extern "C" fn longjmp(_buf: *mut ctypes::__jmp_buf_tag, _val: c_int)
test rax,rax
jnz 1f
inc rax
1:
2:
mov rbx, [rdi]
mov rbp, [rdi + 8]
mov r12, [rdi + 16]
Expand Down

0 comments on commit 22e3a75

Please sign in to comment.