mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
cleanup
This commit is contained in:
@ -18,7 +18,7 @@ namespace X86Disassembler.X86.Handlers;
|
||||
/// </summary>
|
||||
public class InstructionHandlerFactory
|
||||
{
|
||||
private readonly List<IInstructionHandler> _handlers = new();
|
||||
private readonly List<IInstructionHandler> _handlers = [];
|
||||
private readonly byte[] _codeBuffer;
|
||||
private readonly InstructionDecoder _decoder;
|
||||
private readonly int _length;
|
||||
|
Reference in New Issue
Block a user