Split out some static methods (#63)

This commit is contained in:
Patrick Stevens
2025-06-21 18:43:35 +01:00
committed by GitHub
parent c747d6eb3a
commit 8747dc4bd5
3 changed files with 40 additions and 32 deletions

View File

@@ -121,6 +121,7 @@ type NullaryIlOp =
| Rethrow
| Throw
| Localloc
/// Dereferences the pointer on top of the stack, and pushes the target to the stack as a type O (object reference).
| Ldind_ref
| Stind_ref
| Stind_I