~pavel-pimenov/dcplusplus/flylinkdc-mediainfo

« back to all changes in this revision

Viewing changes to dwarf/dwarf_frame.c

  • Committer: pavel pimenov
  • Date: 2012-06-20 20:33:42 UTC
  • mfrom: (2636.1.320 dcplusplus)
  • Revision ID: pavel.pimenov@gmail.com-20120620203342-3m372zf0tc2le48a
* [merge]

Show diffs side-by-side

added added

removed removed

Lines of Context:
744
744
                /*  The first operand is an unsigned leb128 register
745
745
                    number. The second is a signed factored offset.
746
746
                    Identical to DW_CFA_offset_extended except the
747
 
                    secondoperand is signed */
 
747
                    second operand is signed */
748
748
                Dwarf_Unsigned lreg;
749
749
 
750
750
                DECODE_LEB128_UWORD(instr_ptr, lreg);