Remove debugging code

This commit is contained in:
Pierre Pronchery 2018-09-09 19:55:38 +02:00
parent 74a3f6b83c
commit 8ed809c217

View File

@ -444,11 +444,7 @@ AsmArchPrefix const * arch_get_prefix_by_name(AsmArch * arch,
#endif
for(i = 0; i < arch->prefixes_cnt; i++)
if(strcmp(arch->definition->prefixes[i].name, name) == 0)
{
fprintf(stderr, "DEBUG: %s() => \"%s\"\n", __func__,
name);
return &arch->definition->prefixes[i];
}
return NULL;
}