NDS32: Set branch instruction to relaxable.
[deliverable/binutils-gdb.git] / opcodes / nds32-asm.c
index 9a6329120600277b28caf224db14320c89fbb213..406cc7cf5a27eece6edc76983abe93bed1df676d 100644 (file)
@@ -2270,7 +2270,8 @@ retry_dot:
   pinsn->opcode = opc;
   if (opc == NULL)
     {
-      pdesc->result = NASM_ERR_SYNTAX;
+      if (pdesc->result == NASM_OK)
+       pdesc->result = NASM_ERR_SYNTAX;
       goto out;
     }
 
This page took 0.023643 seconds and 4 git commands to generate.