VM: ensuring all fields are initialized

char-rename
Björn Lindqvist 2016-11-21 04:47:48 +01:00
parent a76c951769
commit 9055ff5189
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ bool factor_arg(const vm_char* str, const vm_char* arg, cell* value) {
vm_parameters::vm_parameters() {
embedded_image = false;
image_path = NULL;
executable_path = NULL;
datastack_size = 32 * sizeof(cell);
retainstack_size = 32 * sizeof(cell);