summary refs log tree commit diff stats
path: root/target/hexagon/attribs.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/hexagon/attribs.h')
-rw-r--r--target/hexagon/attribs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/hexagon/attribs.h b/target/hexagon/attribs.h
index 54576f4143..d51bb4f732 100644
--- a/target/hexagon/attribs.h
+++ b/target/hexagon/attribs.h
@@ -32,4 +32,4 @@ extern DECLARE_BITMAP(opcode_attribs[XX_LAST_OPCODE], A_ZZ_LASTATTRIB);
 #define GET_ATTRIB(opcode, attrib) \
     test_bit(attrib, opcode_attribs[opcode])
 
-#endif /* ATTRIBS_H */
+#endif /* HEXAGON_ATTRIBS_H */