aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/elf32.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp2xwiz/elf32.h')
-rw-r--r--backends/platform/gp2xwiz/elf32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gp2xwiz/elf32.h b/backends/platform/gp2xwiz/elf32.h
index 68d0be37bf..bd9ae93332 100644
--- a/backends/platform/gp2xwiz/elf32.h
+++ b/backends/platform/gp2xwiz/elf32.h
@@ -175,8 +175,8 @@ typedef struct {
} Elf32_Rela;
// Access macros for the relocation info
-#define REL_TYPE(x) ((unsigned char) (x)) /* Extract relocation type */
-#define REL_INDEX(x) ((x)>>8) /* Extract relocation index into symbol table */
+#define REL_TYPE(x) ((unsigned char) (x)) /* Extract relocation type */
+#define REL_INDEX(x) ((x)>>8) /* Extract relocation index into symbol table */
// ARM relocation types
#define R_ARM_NONE 0