Feature: a hack that fixes misaligned stacks on x86 real mode #1317
Annotations
1 error and 10 warnings
Unit Tests
Process completed with exit code 1.
|
Build:
src/Decompiler/Evaluation/ExpressionSimplifier.cs#L214
Unreachable code detected
|
Build:
src/Decompiler/Scanning/FetFinder.cs#L53
The field 'FetFinder.uAddrMin' is never used
|
Build:
src/Decompiler/Analysis/FpuStackReturnGuesser.cs#L81
Field 'FpuStackReturnGuesser.Worker.changed' is never assigned to, and will always have its default value false
|
Build:
src/Decompiler/Scanning/FetFinder.cs#L52
The field 'FetFinder.uAddrMax' is never used
|
Build:
src/Arch/MN103/MN103Rewriter.cs#L128
Unreachable code detected
|
Build:
src/Arch/MN103/MN103Rewriter.cs#L129
Unreachable code detected
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L119
Non-nullable field 'services' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/VisualizerControl.cs#L119
Non-nullable field 'addrTopVisible' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/StyleStack.cs#L47
Non-nullable field 'ctrlForeColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build:
src/UserInterfaces/AvaloniaUI/Controls/StyleStack.cs#L47
Non-nullable field 'ctrlBackColor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading