From 53e6c50aeb9341945245e245582d4fb9f78708a6 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 27 Jul 2018 11:01:44 -0700 Subject: 4438 --- subx/026labels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subx/026labels.cc b/subx/026labels.cc index ece513aa..33ab8a2d 100644 --- a/subx/026labels.cc +++ b/subx/026labels.cc @@ -49,7 +49,7 @@ void compute_addresses_for_labels(const segment& code, map add } else { if (contains_any_operand_metadata(curr)) - raise << "'" << to_string(inst) << "': mixing label definition with ':' in operand\n" << end(); + raise << "'" << to_string(inst) << "': label definition (':') not allowed in operand\n" << end(); if (j == 0) { string label = curr.data.substr(0, SIZE(curr.data)-1); put(address, label, current_byte); -- cgit 1.4.1-2-gfad0