Skip to content

Commit

Permalink
Merge pull request #3 from Praqma/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
wbagdon authored Nov 29, 2016
2 parents 6903719 + cb5b9e4 commit 571a46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public void setChosenParsers(List<AbstractMemoryMapParser> chosenParsers) {
this.chosenParsers = chosenParsers;
}

@Symbol("MemoryMapRecorder")
@Symbol("memoryMap")
@Extension
public static final class DescriptorImpl extends BuildStepDescriptor<Publisher> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public int getDefaultWordSize() {
return 8;
}

@Symbol("GccMemoryMapParser")
@Symbol("gccParser")
@Extension
public static final class DescriptorImpl extends MemoryMapParserDescriptor<GccMemoryMapParser> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public int getDefaultWordSize() {
return 16;
}

@Symbol("TexasInstrumentsMemoryMapParser")
@Symbol("tiParser")
@Extension
public static final class DescriptorImpl extends MemoryMapParserDescriptor<TexasInstrumentsMemoryMapParser> {

Expand Down

0 comments on commit 571a46e

Please sign in to comment.