mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-21 08:28:37 +03:00
Fix FCLEX/FNCLEX instruction types and rename handler for consistency
This commit is contained in:
@ -53,7 +53,7 @@ public class FclexHandler : InstructionHandler
|
||||
byte secondByte = Decoder.ReadByte();
|
||||
|
||||
// Set the instruction type
|
||||
instruction.Type = InstructionType.Fclex;
|
||||
instruction.Type = InstructionType.Fnclex;
|
||||
|
||||
// FCLEX has no operands
|
||||
instruction.StructuredOperands = [];
|
||||
|
Reference in New Issue
Block a user