mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 16:18:37 +03:00
Removed duplicate OR instruction handlers and files to fix handler organization
This commit is contained in:
@ -203,8 +203,6 @@ public class InstructionHandlerFactory
|
||||
_handlers.Add(new OrR32Rm32Handler(_codeBuffer, _decoder, _length));
|
||||
_handlers.Add(new OrAlImmHandler(_codeBuffer, _decoder, _length));
|
||||
_handlers.Add(new OrEaxImmHandler(_codeBuffer, _decoder, _length));
|
||||
_handlers.Add(new OrImmWithRm32Handler(_codeBuffer, _decoder, _length));
|
||||
_handlers.Add(new OrImmWithRm32SignExtendedHandler(_codeBuffer, _decoder, _length));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user