Index: src/IceInstARM32.cpp |
diff --git a/src/IceInstARM32.cpp b/src/IceInstARM32.cpp |
index 94ea762bb97b3e8fb803852c1f3a563730983dd6..c58acd0d755b9b195e0a8557078e4ab6bd6324fc 100644 |
--- a/src/IceInstARM32.cpp |
+++ b/src/IceInstARM32.cpp |
@@ -33,7 +33,7 @@ const struct TypeARM32Attributes_ { |
int8_t SExtAddrOffsetBits; |
int8_t ZExtAddrOffsetBits; |
} TypeARM32Attributes[] = { |
-#define X(tag, elementty, int_width, vec_width, sbits, ubits, rraddr) \ |
+#define X(tag, elementty, int_width, vec_width, sbits, ubits, rraddr, shaddr) \ |
{ int_width, vec_width, sbits, ubits } \ |
, |
ICETYPEARM32_TABLE |