about summary refs log tree commit diff stats
path: root/029debug.cc
diff options
context:
space:
mode:
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")