Skip to content

Commit 6e221c8

Browse files
author
H. Peter Anvin (Intel)
committed
assemble: reduce the priority of "mask not permitted" error
Per BR 75, the "mask not permitted" error is a little too persistent. Fixes: #75 (hopefully) Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 86919ac commit 6e221c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asm/assemble.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ enum match_result {
3030
MERR_OPSIZEINVAL,
3131
MERR_OPSIZEMISSING,
3232
MERR_OPSIZEMISMATCH,
33+
MERR_MASKNOTHERE,
3334
MERR_BRNOTHERE,
3435
MERR_BRNUMMISMATCH,
35-
MERR_MASKNOTHERE,
3636
MERR_DECONOTHERE,
3737
MERR_BADZU,
3838
MERR_MEMZU,

0 commit comments

Comments
 (0)