ART: fix highest PC values removal in SrcMap.DeltaFormat()

The conversion from absolute to offset Line Number Table values mistakenly
removed all values less than the highest one, which resulted in clearing
all the table.

The fix is to use the reverse condition finding the highest correct PC
value in the sorted table.

Change-Id: I9850c2c46c1910b809043dd8163eb930a7849ded
Signed-off-by: Yevgeny Rouban <yevgeny.y.rouban@intel.com>
1 file changed