Skip to content

Commit

Permalink
Clear Compiler Warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Jul 14, 2024
1 parent bf1af5d commit 777cad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MBBSEmu/Module/CrashReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public string Save(string fileName = "")
{
crashReportVariables.Add(_moduleToReport.Memory.GetInstruction(_registers.CS, _registers.IP).ToString());
}
catch (Exception e)
catch
{
crashReportVariables.Add("Exception retrieving CPU Instruction");
}
Expand Down

0 comments on commit 777cad9

Please sign in to comment.