mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-06 06:28:39 +00:00
Revert
This commit is contained in:
@@ -180,11 +180,6 @@ module TestPureCases =
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
{
|
||||
FileName = "Initobj.cs"
|
||||
ExpectedReturnCode = 0
|
||||
NativeImpls = MockEnv.make ()
|
||||
}
|
||||
]
|
||||
|
||||
let runTest (case : EndToEndTestCase) : unit =
|
||||
|
@@ -488,6 +488,7 @@ module internal UnaryMetadataIlOp =
|
||||
// null IsInstance check always succeeds and results in a null reference
|
||||
EvalStackValue.ManagedPointer ManagedPointerSource.Null
|
||||
| EvalStackValue.ManagedPointer (ManagedPointerSource.LocalVariable _) -> failwith "TODO"
|
||||
| EvalStackValue.ObjectRef addr
|
||||
| EvalStackValue.ManagedPointer (ManagedPointerSource.Heap addr) ->
|
||||
match state.ManagedHeap.NonArrayObjects.TryGetValue addr with
|
||||
| true, v ->
|
||||
|
Reference in New Issue
Block a user