mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Comment adjustment
This commit is contained in:
parent
8ff63ab2c3
commit
1a93dc7ced
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ public class DisassemblyBackendCdi implements IDisassemblyBackend, IDebugEventSe
|
|||
if (!insertDisassembly(startAddress, getDisassemblyBlock(), mixed, showSymbols, showDisassembly)) {
|
||||
// did not get disassembly data for startAddress - try fallbacks
|
||||
if (file != null) {
|
||||
// retry using plain address only
|
||||
// previous attempt used the file; retry using the address
|
||||
fCallback.setUpdatePending(true);
|
||||
retrieveDisassembly(startAddress, finalEndAddress, null, -1, lines, mixed, showSymbols, showDisassembly, linesHint);
|
||||
} else if (mixed) {
|
||||
|
|
Loading…
Add table
Reference in a new issue