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