register struct update

This commit is contained in:
2025-02-13 22:17:55 +05:00
parent a69d68f69c
commit 3e3f01db4e
6 changed files with 42 additions and 36 deletions

View File

@@ -23,7 +23,7 @@
/*
#define validateValueSize(VAR) {\
if(VAR < 1 || VAR > 4){\
if(VAR < 1 || VAR > 8){\
VM_setError(vm, "invalid value_size (%x)", VAR);\
return -1;\
}\