summaryrefslogtreecommitdiff
path: root/output/codeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/codeview.c')
-rw-r--r--output/codeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/codeview.c b/output/codeview.c
index 86050ec7..b5c205ce 100644
--- a/output/codeview.c
+++ b/output/codeview.c
@@ -417,7 +417,7 @@ static void register_reloc(struct coff_Section *const sect,
return;
}
}
- nasm_assert(!"relocation for unregistered symbol");
+ nasm_panic(0, "codeview: relocation for unregistered symbol: %s", sym);
}
static inline void section_write32(struct coff_Section *sect, uint32_t val)