Skip to content

mistake in OpCodes.Bge_Un Field #8759

Open
@USSRcoder

Description

@USSRcoder

here a mistake -
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un?view=net-7.0 and
https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes?view=net-7.0

Transfers control to a target instruction if the first value is greater than the second value, when comparing unsigned integer values or unordered float values.

it must be
The bge.un instruction transfers control to the specified target instruction if value1 is greater than or equal to value2,...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions