#include "vm.h" bool step_vm(VM *vm) { USED(vm); return false; }