Skip to content

Commit

Permalink
Maintenance: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
uxmal committed Aug 3, 2023
1 parent c94b89f commit a8c2707
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/Arch/Sanyo/LC8670Disassembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public LC8670Disassembler(LC8670Architecture arch, EndianImageReader rdr)
public override LC8670Instruction NotYetImplemented(string message)
{
var testSvc = arch.Services.GetService<ITestGenerationService>();
testSvc?.ReportMissingDecoder("LC86104Dis", Address.Ptr16(0x0100), rdr, message);
testSvc?.ReportMissingDecoder("LC86104Dis", this.addr, rdr, message);
return CreateInvalidInstruction();
}

Expand Down
3 changes: 0 additions & 3 deletions src/Core/IRFormat/IRFormatLexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@
#endregion

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Reko.Core.IRFormat
{
Expand Down
4 changes: 0 additions & 4 deletions src/Core/Machine/MachineInstructionRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
*/
#endregion

using Reko.Core.Expressions;
using Reko.Core.NativeInterface;
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;

namespace Reko.Core.Machine
Expand Down
6 changes: 3 additions & 3 deletions subjects/regression.log

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

0 comments on commit a8c2707

Please sign in to comment.