1
0
Fork 0
forked from fun/fun

Signed Integers.

This commit is contained in:
Johannes Findeisen 2025-09-16 12:38:47 +02:00
commit 3f5fabae92
5 changed files with 87 additions and 11 deletions

View file

@ -302,6 +302,7 @@ void vm_run(VM *vm, Bytecode *entry) {
#include "vm/to_string.c"
#include "vm/typeof.c"
#include "vm/uclamp.c"
#include "vm/sclamp.c"
default:
if (!opcode_is_valid(inst.op)) {