mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-06 14:38:40 +00:00
Fix a TODO (#115)
This commit is contained in:
@@ -72,6 +72,7 @@ module Intrinsics =
|
||||
| [ field ] -> go field.ContentsEval
|
||||
| _ -> failwith $"TODO: %O{vt}"
|
||||
| EvalStackValue.ManagedPointer ManagedPointerSource.Null -> failwith "TODO: throw NRE"
|
||||
| EvalStackValue.ObjectRef addr
|
||||
| EvalStackValue.ManagedPointer (ManagedPointerSource.Heap addr) -> Some addr
|
||||
| s -> failwith $"TODO: called with unrecognised arg %O{s}"
|
||||
|
||||
|
Reference in New Issue
Block a user