mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-13 10:49:46 +04: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