Skip to content

Commit

Permalink
Small changes to prevent warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Konamiman committed Jan 31, 2025
1 parent feb90f0 commit 57f0e3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Assembler/Infrastructure/AssemblyState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ public void SwitchToPass2(BuildType buildType)
};

private AddressType locationAreaBeforePhase;
private SdccArea sdccAreaBeforePhase;

public AddressType CurrentLocationArea { get; private set; }

Expand Down
2 changes: 1 addition & 1 deletion Assembler/ListingFileGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void ProcessMacroExpansionLine(MacroExpansionLine mel) {
var mustPrintAddress = processedLine.Label is not null;
ushort increaseLocationCounterBy = 0;
AddressType? changeAreaTo = null;
string? changeSdccAreaTo = null;
string changeSdccAreaTo = null;
var incrementSubpage = false;
currentConstantDefinitionLine = null;

Expand Down

0 comments on commit 57f0e3d

Please sign in to comment.