• Vladimir Marko's avatar
    Clean up MappingTable::FirstDexToPcPtr(). · 12d16ad9
    Vladimir Marko authored
    Use DecodeSignedLeb128() to skip over dex PCs. This is just
    to be consistent, the number of bytes skipped is the same
    as with DecodeUnsignedLeb128() and the result is ignored.
    
    Change-Id: Ib5198b0367030957a6e2c650200121c2d828c0a6
    12d16ad9
mapping_table.h 6.89 KB