mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 321162 - Disassembly view sometimes doesn't display all source code
Patch from Kirk Beitz (Nokia)
This commit is contained in:
parent
2c661f838e
commit
c4b23ef96f
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ public class DisassemblyBackendDsf implements IDisassemblyBackend, SessionEndedL
|
|||
p.fValid = false;
|
||||
fCallback.getDocument().addInvalidAddressRange(p);
|
||||
} else {
|
||||
return insertedStartAddress;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
boolean hasSource= false;
|
||||
|
|
Loading…
Add table
Reference in a new issue