🐛 fix segfault when callsite is empty
Some checks failed
Nasal Interpreter Test / mac-aarch64 (push) Has been cancelled
Nasal Interpreter Test / linux-x86_64 (push) Has been cancelled

This commit is contained in:
ValKmjolnir
2025-09-26 22:37:38 +08:00
parent 4a03179457
commit 8ccb5c36b8
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
use std.math;
math.clamp();