mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[235312] - [source lookup] [disassembly] Source lookup does no longer work for the disassembly view
This commit is contained in:
parent
60c014c4a4
commit
226fd77f89
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ public class DsfSourceLookupDirector extends CSourceLookupDirector {
|
|||
*/
|
||||
@Override
|
||||
public void initializeParticipants() {
|
||||
super.initializeParticipants();
|
||||
addParticipants( new ISourceLookupParticipant[]{ new DsfSourceLookupParticipant(fSession) } );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue