aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/nds32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/nds32.h')
-rw-r--r--include/opcode/nds32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opcode/nds32.h b/include/opcode/nds32.h
index f8ed985..5f29c04 100644
--- a/include/opcode/nds32.h
+++ b/include/opcode/nds32.h
@@ -36,13 +36,13 @@
#define REG_SP 31
/* Macros for extracting fields or making an instruction. */
-static const int nds32_r45map[] =
+static const int nds32_r45map[] ATTRIBUTE_UNUSED =
{
0, 1, 2, 3, 4, 5, 6, 7,
8, 9, 10, 11, 16, 17, 18, 19
};
-static const int nds32_r54map[] =
+static const int nds32_r54map[] ATTRIBUTE_UNUSED =
{
0, 1, 2, 3, 4, 5, 6, 7,
8, 9, 10, 11, -1, -1, -1, -1,