diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-29 09:33:02 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-29 09:33:02 -0700 |
commit | 9c5d8413de6a6c8763446f96ce89197a80c514ba (patch) | |
tree | 6e8cceefc4cd71249a9f2f2174d26a0d061dee05 /cpp/027space | |
parent | 8f1db754005616054192b3f75e54af9929df26cc (diff) | |
download | mu-9c5d8413de6a6c8763446f96ce89197a80c514ba.tar.gz |
993
Diffstat (limited to 'cpp/027space')
-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 |