aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/gen-icache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/gen-icache.c')
-rw-r--r--sim/ppc/gen-icache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/ppc/gen-icache.c b/sim/ppc/gen-icache.c
index eb35e94..aa7ea6c 100644
--- a/sim/ppc/gen-icache.c
+++ b/sim/ppc/gen-icache.c
@@ -112,7 +112,7 @@ print_icache_extraction(lf *file,
else {
if (file_name != NULL)
lf_print__external_reference(file, line_nr, file_name);
- lf_printf(file, "%s const %s UNUSED = ",
+ lf_printf(file, "%s const %s ATTRIBUTE_UNUSED = ",
entry_type == NULL ? "unsigned" : entry_type,
entry_name);
}