summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c')
-rw-r--r--src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c b/src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c
index 8a6cb8b4e67..4e197c4b570 100644
--- a/src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c
+++ b/src/third_party/unwind/dist/src/hppa/Gcreate_addr_space.c
@@ -38,7 +38,7 @@ unw_create_addr_space (unw_accessors_t *a, int byte_order)
/*
* hppa supports only big-endian.
*/
- if (byte_order != 0 && byte_order != __BIG_ENDIAN)
+ if (byte_order != 0 && byte_order != UNW_BIG_ENDIAN)
return NULL;
as = malloc (sizeof (*as));