about summary refs log tree commit diff stats
path: root/029debug.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-17 14:57:44 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-17 14:57:44 -0700
commita2a6e35ef5fd56518d6f7a719aab616a7751a551 (patch)
tree568109f3e8b191fd742d1c82f42f9b0c0c5430c9 /029debug.cc
parent52b870126fb4b90bbe0a30df4a65525bf5c59463 (diff)
downloadmu-a2a6e35ef5fd56518d6f7a719aab616a7751a551.tar.gz
1802 - cleanup
Diffstat (limited to '029debug.cc')
-rw-r--r--029debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/029debug.cc b/029debug.cc
index 90a1159e..e185a314 100644
--- a/029debug.cc
+++ b/029debug.cc
@@ -115,6 +115,7 @@ case _DUMP: {
   break;
 }
 
+//: Helper for debugging: grab an address and then dump its value.
 :(before "End Globals")
 long long int foo = -1;
 :(before "End Primitive Recipe Declarations")