diff --git a/src/hppa/Lregs.c b/src/hppa/Lregs.c index e69de29b..2c9c75cd 100644 --- a/src/hppa/Lregs.c +++ b/src/hppa/Lregs.c @@ -0,0 +1,5 @@ +#define UNW_LOCAL_ONLY +#include +#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) +#include "Gregs.c" +#endif