aboutsummaryrefslogtreecommitdiffstats
path: root/asm/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/parser.c')
-rw-r--r--asm/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asm/parser.c b/asm/parser.c
index ba5081ac..15cfcdfa 100644
--- a/asm/parser.c
+++ b/asm/parser.c
@@ -1172,7 +1172,6 @@ is_expression:
*! \c KMOV WORD K0,[foo] ; Permitted, WORD K0 specifies instruction size
*! \c KMOV K0,WORD [foo] ; Permitted, WORD [foo] specifies instruction size
*! \c KMOV K0,[foo] ; Not permitted, instruction size ambiguous
- *!-
*/
nasm_warn(WARN_REGSIZE, "invalid register size specification ignored");
}