Table of Contents

Method FixShortLongOps

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

FixShortLongOps(MethodDefinition)

Fix (and optimize) any instructions which should use the long / short form opcodes instead.
public static void FixShortLongOps(this MethodDefinition method)

Parameters

method MethodDefinition
The method to apply the fixes to.