mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-05 06:08:39 +00:00
Upgrade flake (#125)
This commit is contained in:
@@ -27,6 +27,8 @@ module Intrinsics =
|
|||||||
"System.Private.CoreLib", "Math", "Max"
|
"System.Private.CoreLib", "Math", "Max"
|
||||||
// https://github.com/dotnet/runtime/blob/d258af50034c192bf7f0a18856bf83d2903d98ae/src/libraries/System.Private.CoreLib/src/System/Buffer.cs#L150
|
// https://github.com/dotnet/runtime/blob/d258af50034c192bf7f0a18856bf83d2903d98ae/src/libraries/System.Private.CoreLib/src/System/Buffer.cs#L150
|
||||||
"System.Private.CoreLib", "Buffer", "Memmove"
|
"System.Private.CoreLib", "Buffer", "Memmove"
|
||||||
|
// https://github.com/dotnet/runtime/blob/1c3221b63340d7f81dfd829f3bcd822e582324f6/src/libraries/System.Private.CoreLib/src/System/Threading/Thread.cs#L799
|
||||||
|
"System.Private.CoreLib", "Thread", "get_CurrentThread"
|
||||||
]
|
]
|
||||||
|> Set.ofList
|
|> Set.ofList
|
||||||
|
|
||||||
|
@@ -924,6 +924,7 @@ module NullaryIlOp =
|
|||||||
|
|
||||||
let state =
|
let state =
|
||||||
match referenced with
|
match referenced with
|
||||||
|
| CliType.RuntimePointer (CliRuntimePointer.Managed _)
|
||||||
| CliType.ObjectRef _ -> IlMachineState.pushToEvalStack referenced currentThread state
|
| CliType.ObjectRef _ -> IlMachineState.pushToEvalStack referenced currentThread state
|
||||||
| _ -> failwith $"Unexpected non-reference {referenced}"
|
| _ -> failwith $"Unexpected non-reference {referenced}"
|
||||||
|> IlMachineState.advanceProgramCounter currentThread
|
|> IlMachineState.advanceProgramCounter currentThread
|
||||||
|
6
flake.lock
generated
6
flake.lock
generated
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755736253,
|
"lastModified": 1756381814,
|
||||||
"narHash": "sha256-jlIQRypNhB1PcB1BE+expE4xZeJxzoAGr1iUbHQta8s=",
|
"narHash": "sha256-tzo7YvAsGlzo4WiIHT0ooR59VHu+aKRQdHk7sIyoia4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "596312aae91421d6923f18cecce934a7d3bfd6b8",
|
"rev": "aca2499b79170038df0dbaec8bf2f689b506ad32",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
Reference in New Issue
Block a user