aboutsummaryrefslogtreecommitdiff
path: root/target/hexagon/reg_fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/reg_fields.h')
-rw-r--r--target/hexagon/reg_fields.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/hexagon/reg_fields.h b/target/hexagon/reg_fields.h
index d3c86c94..9e2ad5d 100644
--- a/target/hexagon/reg_fields.h
+++ b/target/hexagon/reg_fields.h
@@ -23,8 +23,6 @@ typedef struct {
int width;
} RegField;
-extern const RegField reg_field_info[];
-
enum {
#define DEF_REG_FIELD(TAG, START, WIDTH) \
TAG,
@@ -33,4 +31,6 @@ enum {
#undef DEF_REG_FIELD
};
+extern const RegField reg_field_info[NUM_REG_FIELDS];
+
#endif