mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-08 23:05:30 +00:00
maint: Fix macros with broken 'do/while(0); ' usage
This commit is contained in:
parent
0f453b0595
commit
37cdcbf771
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue