register struct update
This commit is contained in:
@@ -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;\
|
||||
}\
|
||||
|
||||
Reference in New Issue
Block a user