summaryrefslogtreecommitdiff
path: root/asm/nasm.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/nasm.c')
-rw-r--r--asm/nasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/nasm.c b/asm/nasm.c
index 69a3db55..c5d9aff1 100644
--- a/asm/nasm.c
+++ b/asm/nasm.c
@@ -105,7 +105,7 @@ bool tasm_compatible_mode = false;
enum pass_type _pass_type;
const char * const _pass_types[] =
{
- "init", "first", "optimize", "stabilize", "final"
+ "init", "preproc-only", "first", "optimize", "stabilize", "final"
};
int64_t _passn;
int globalrel = 0;