summaryrefslogtreecommitdiffhomepage
path: root/CompilerDriver
diff options
context:
space:
mode:
Diffstat (limited to 'CompilerDriver')
-rw-r--r--CompilerDriver/masm.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/CompilerDriver/masm.cxx b/CompilerDriver/masm.cxx
index ab4b4bb..df4ca02 100644
--- a/CompilerDriver/masm.cxx
+++ b/CompilerDriver/masm.cxx
@@ -837,11 +837,6 @@ masm_write_label:
while (cpy_jump_label.find(' ') != std::string::npos)
cpy_jump_label.erase(cpy_jump_label.find(' '), 1);
- while (cpy_jump_label.find(',') == std::string::npos)
- {
- detail::print_error("missing ',' for relocation label", "masm");
- }
-
auto mld_reloc_str = std::to_string(cpy_jump_label.size());
mld_reloc_str += kRelocSymbol;
mld_reloc_str += cpy_jump_label;