about summary refs log tree commit diff stats
path: root/subx/035labels.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/035labels.cc')
-rw-r--r--subx/035labels.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/subx/035labels.cc b/subx/035labels.cc
index 30a6082e..e07cede8 100644
--- a/subx/035labels.cc
+++ b/subx/035labels.cc
@@ -265,6 +265,6 @@ bar:
   00
 +transform: segment 1 begins at address 0x0a000079
 
-:(before "End num_bytes(curr) Special-cases")
-else if (is_label(curr))
-  ;  // don't count it
+:(before "End size_of(word w) Special-cases")
+else if (is_label(w))
+  return 0;