commit | 54195469c18ec9873cc5ba6907f768509473fa9b | [log] [tgz] |
---|---|---|
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | Tue Nov 21 17:53:44 2023 +0100 |
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | Tue Nov 21 17:54:49 2023 +0100 |
tree | 93fd5a561c885fde85605f1cae11ce860dbae41a | |
parent | 790ce1f70c25129b35e060329cdf2915a6def9fd [diff] |
[opcodes] ARC + PPC: Fix -Walloc-size warnings Recently, -Walloc-size warnings started to kick in. Fix these two calloc() calls to match the intended usage pattern. opcodes/ChangeLog: * arc-dis.c (init_arc_disasm_info): Fix calloc() call. * ppc-dis.c (powerpc_init_dialect): Ditto.