diff options
-rw-r--r-- | cpp/027space | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/027space b/cpp/027space index 0e1686f0..05703e52 100644 --- a/cpp/027space +++ b/cpp/027space @@ -4,7 +4,7 @@ :(scenarios run) :(scenario "set_default_space") -# if default-space is 10, the array of locals begins at location 10 +# if default-space is 10, the array of locals begins at location 11 # and so location 1 is really location 12 recipe main [ default-space:address:space <- copy 10:literal |