mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
improve label name
This commit is contained in:
parent
39d2613c21
commit
131daf77e6
1 changed files with 2 additions and 2 deletions
|
@ -162,9 +162,9 @@ FUNC longjmp
|
|||
movdqu xmm15, [rcx + JUMP_BUFFER_Xmm15] /* Restore xmm15 */
|
||||
mov rax, rdx /* Move val into rax (return value) */
|
||||
test rax, rax /* Check if val is 0 */
|
||||
jnz LJRET /* If val is non-zero, jump to LJRET */
|
||||
jnz LJJMP /* If val is non-zero, jump to LJJMP */
|
||||
inc eax /* Increment rax */
|
||||
LJRET:
|
||||
LJJMP:
|
||||
jmp qword ptr [rcx + JUMP_BUFFER_Rip] /* Jump to the stored return address (rip) */
|
||||
ENDFUNC
|
||||
|
||||
|
|
Loading…
Reference in a new issue