about summary refs log tree commit diff stats
path: root/036refcount.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-05-06 13:12:38 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-05-06 13:12:38 -0700
commit5937f1af0ccf8be12ca4a02fde26734ad8380906 (patch)
tree5e1e4df68d0e62ab3087725de8a784250896bdfe /036refcount.cc
parent43b866d1997e82bfebd6c40881e33a0edd2bf340 (diff)
downloadmu-5937f1af0ccf8be12ca4a02fde26734ad8380906.tar.gz
2933
Can't believe I didn't run tests after 2932.
Diffstat (limited to '036refcount.cc')
-rw-r--r--036refcount.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/036refcount.cc b/036refcount.cc
index a20e7c0e..a0088dfc 100644
--- a/036refcount.cc
+++ b/036refcount.cc
@@ -17,7 +17,7 @@ def main [
 +run: {2: ("address" "number")} <- copy {0: "literal"}
 +mem: decrementing refcount of 1000: 1 -> 0
 
-:(before "End write_memory(reagent x) Special-cases")
+:(before "End write_memory(x) Special-cases")
 if (is_mu_address(x)) {
   // compute old address of x, as well as new address we want to write in
   assert(scalar(data));