diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 20:56:45 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-12 20:56:45 -0700 |
commit | ca01193d8b4c564766727bf13b4a4c51db14715a (patch) | |
tree | 0445740d110b637b31ec846beb6998cf4644f9f2 /cpp/027space | |
parent | f1a6f32323a982f8aa9b8fe757f8d4e2ae4d77db (diff) | |
download | mu-ca01193d8b4c564766727bf13b4a4c51db14715a.tar.gz |
1052
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 fed15bf6..7794db23 100644 --- a/cpp/027space +++ b/cpp/027space @@ -26,7 +26,7 @@ recipe main [ ] +mem: storing 34 in location 8 -:(before "End Call Fields") +:(before "End call Fields") size_t default_space; :(replace "call(recipe_number r) :running_recipe(r)") call(recipe_number r) :running_recipe(r), pc(0), next_ingredient_to_process(0), default_space(0) {} |