commit | 9ac200acce8c27ef44da31246f337a2454e54e0d | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Thu Sep 16 10:40:02 2021 +0200 |
committer | Laurent Vivier <laurent@vivier.eu> | Thu Sep 16 14:52:46 2021 +0200 |
tree | b1e647ae3974d9a5cb739fe6963a1e1705096d13 | |
parent | eba6814a0a85a6e307221af64bf6ad28befaf1f9 [diff] |
target/sparc: Make sparc_cpu_dump_state() static The sparc_cpu_dump_state() function is only called within the same file. Make it static. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Message-Id: <20210916084002.1918445-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>