0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-07-03 05:10:27 +03:00

fixes to FPU tests

This commit is contained in:
bird_egop
2025-04-18 13:47:34 +03:00
parent 8567cf1d6d
commit d089fc9b28
4 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,7 @@ using X86Disassembler.X86.Operands;
public class FdivpStiStHandler : InstructionHandler
{
/// <summary>
/// Initializes a new instance of the FdivrpStiStHandler class
/// Initializes a new instance of the FdivpStiStHandler class
/// </summary>
/// <param name="decoder">The instruction decoder that owns this handler</param>
public FdivpStiStHandler(InstructionDecoder decoder)