Skip to content

Commit

Permalink
Fix: PICArchitecture
Browse files Browse the repository at this point in the history
Options are passed into the constructor now.
  • Loading branch information
uxmal committed Mar 31, 2023
1 parent b512f74 commit 59349b2
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 91 deletions.
1 change: 1 addition & 0 deletions src/Arch/Microchip/Common/PICArchitecture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public PICArchitecture(IServiceProvider services, string archId, Dictionary<stri
PointerType = PrimitiveType.Ptr32;
WordWidth = PrimitiveType.Byte;
this.Options = null!;
LoadUserOptions(options);
}

public PICArchitecture(IServiceProvider services, Dictionary<string, object> options)
Expand Down
4 changes: 2 additions & 2 deletions subjects/Microchip/C18/PIC18/PIC18Legacy.reko/PIC18Legacy.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59349b2

Please sign in to comment.