diff --git a/core/vm/sp_vm_function.cpp b/core/vm/sp_vm_function.cpp index c7f3b5a6..1fe2f25b 100644 --- a/core/vm/sp_vm_function.cpp +++ b/core/vm/sp_vm_function.cpp @@ -135,7 +135,7 @@ int CFunction::PushArray(cell_t *inarray, unsigned int cells, cell_t **phys_addr *phys_addr = info->phys_addr; } - return true; + return SP_ERROR_NONE; } int CFunction::PushString(const char *string)