Help for this page

Select Code to Download


  1. or download this
    0000000000103a10 <Perl_do_tell>:
      103a10:    48 89 5c 24 e8           mov    %rbx,-0x18(%rsp)
    ...
      103acd:    e9 70 ff ff ff           jmpq   103a42 <Perl_do_tell+0x32
    +>
      103ad2:    66 66 66 66 66 2e 0f     nopw   %cs:0x0(%rax,%rax,1)
      103ad9:    1f 84 00 00 00 00 00
    
  2. or download this
      103a70:    mov    0x10(%rsi),%rax             # fetch gv from stack
      103a74:    test   %rax,%rax                   # gv == 0 ?
      103a77:    je     103a2f <Perl_do_tell+0x1f>  # if so, continue with
    + if (ckWARN2...