mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
output: codeview -- Use nasm_error helpers
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
@@ -369,9 +369,9 @@ done_0:
|
|||||||
fclose(f);
|
fclose(f);
|
||||||
done:
|
done:
|
||||||
if (!success) {
|
if (!success) {
|
||||||
nasm_error(ERR_NONFATAL, "unable to hash file %s. "
|
nasm_nonfatal("unable to hash file %s. "
|
||||||
"Debug information may be unavailable.\n",
|
"Debug information may be unavailable.",
|
||||||
filename);
|
filename);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user