aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/xixanta/src/assembler.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/xixanta/src/assembler.rs b/lib/xixanta/src/assembler.rs
index a5937ba..8ad72b2 100644
--- a/lib/xixanta/src/assembler.rs
+++ b/lib/xixanta/src/assembler.rs
@@ -997,10 +997,10 @@ impl<'a> Assembler<'a> {
self.labels_seen = pn.labels_seen;
self.context.force_context_switch(&pn.context);
- // .fallthrough is handled here, whenever we already know addresses,
- // sizes, etc. If this is the case, this is not a real node that can
- // be bundled, but perform its check and move into the next
- // iteration.
+ // __fallthrough__ is handled here, whenever we already know
+ // addresses, sizes, etc. If this is the case, this is not a real
+ // node that can be bundled, but perform its check and move into the
+ // next iteration.
//
// NOTE: this has to happen with a context switch, otherwise the
// name resolution won't be accurate.