summaryrefslogtreecommitdiff
path: root/src/third_party/unwind/dist/src/ia64/Gregs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/unwind/dist/src/ia64/Gregs.c')
-rw-r--r--src/third_party/unwind/dist/src/ia64/Gregs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/unwind/dist/src/ia64/Gregs.c b/src/third_party/unwind/dist/src/ia64/Gregs.c
index ac6f738a6cd..f2fd0fd846d 100644
--- a/src/third_party/unwind/dist/src/ia64/Gregs.c
+++ b/src/third_party/unwind/dist/src/ia64/Gregs.c
@@ -30,7 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
static inline ia64_loc_t
linux_scratch_loc (struct cursor *c, unw_regnum_t reg, uint8_t *nat_bitnr)
{
-#if !defined(UNW_LOCAL_ONLY) || defined(__linux)
+#if !defined(UNW_LOCAL_ONLY) || defined(__linux__)
unw_word_t addr = c->sigcontext_addr, flags, tmp_addr;
int i;