1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Bug 321162 - Disassembly view sometimes doesn't display all source code

Patch from  Kirk Beitz (Nokia)
This commit is contained in:
Anton Leherbauer 2010-08-26 09:26:05 +00:00
parent 2c661f838e
commit c4b23ef96f

View file

@ -710,7 +710,7 @@ public class DisassemblyBackendDsf implements IDisassemblyBackend, SessionEndedL
p.fValid = false; p.fValid = false;
fCallback.getDocument().addInvalidAddressRange(p); fCallback.getDocument().addInvalidAddressRange(p);
} else { } else {
return insertedStartAddress; continue;
} }
} }
boolean hasSource= false; boolean hasSource= false;