maint: Fix macros with broken 'do/while(0); ' usage

This commit is contained in:
Eric Blake 2018-02-07 20:24:14 -05:00 committed by Lioncash
parent 0f453b0595
commit 37cdcbf771
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -280,7 +280,7 @@ static void unallocated_encoding(DisasContext *s)
"at pc=%016" PRIx64 "\n", \
__FILE__, __LINE__, insn, s->pc - 4); \
unallocated_encoding(s); \
} while (0);
} while (0)
static void init_tmp_a64_array(DisasContext *s)
{