commit | 9a32e6f3a15f4373c9bec8acf5f5436822184247 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Mar 22 08:31:33 2016 +0100 |
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | Tue Jul 04 09:22:20 2017 +0200 |
tree | 998a14d9baa1b4d729331b403575b41bed76f071 | |
parent | fd479c60f5766f7fb247ad146b9e3c33d03d2055 [diff] |
disas/microblaze: Add missing 'const' attributes Making the opcode list 'const' saves memory. Some function arguments and local variables needed 'const', too. Add also 'static' to two local functions. Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Signed-off-by: Stefan Weil <sw@weilnetz.de> [EI: Removed old prototypes to fix the build] Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>