Skip to content

Commit

Permalink
Remove confusing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
junghee committed Nov 20, 2024
1 parent 4a1677d commit fca7c96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/asm_examples/ex_sym_minus_sym/ex_original.s
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ fun:
cmp ebx, ebp
jge .L3
lea r14, [rip + jump_table]
loop_header: # =>This Inner Loop Header: Depth=1
loop_header:
lea eax, [rbx - 1]
cmp eax, 1
ja .L0
jumping_block:
movsxd rax, dword ptr [r14 + 4*rax]
add rax, r14
jmp rax
jt_target_1: # in Loop: Header=BB5_2 Depth=1
jt_target_1:
mov edi, ebx
call one
jmp .L2
.L0: # in Loop: Header=BB5_2 Depth=1
.L0:
mov edi, ebx
jmp .L2
lea_sym_minus_sym1:
Expand Down

0 comments on commit fca7c96

Please sign in to comment.