From 567725ed303b6738493c80efaf93dc4c1e65a9c9 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Wed, 19 Oct 2022 18:49:45 +0800 Subject: Fix and improve coroutines for Darwin (macOS) ppc/ppc64. (#5975) --- addr2line.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'addr2line.c') diff --git a/addr2line.c b/addr2line.c index fe4ad84423..0d45ec9414 100644 --- a/addr2line.c +++ b/addr2line.c @@ -869,8 +869,11 @@ typedef struct { int type; } DebugInfoValue; -/* TODO: Big Endian */ +#if defined(WORDS_BIGENDIAN) +#define MERGE_2INTS(a,b,sz) (((uint64_t)(a)<