From e2c02767111130a2dde6359e3709b7e318e9d88a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Tue, 11 Jun 2013 16:32:25 +0100 Subject: ports/sysdeps/arm/sysdep.h: Correct PC_OFS definition. --- libc/ports/sysdeps/arm/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/ports/sysdeps/arm/sysdep.h b/libc/ports/sysdeps/arm/sysdep.h index 1df1a2aa9..f42c89822 100644 --- a/libc/ports/sysdeps/arm/sysdep.h +++ b/libc/ports/sysdeps/arm/sysdep.h @@ -118,7 +118,7 @@ #endif /* __ASSEMBLER__ */ /* This number is the offset from the pc at the current location. */ -#ifdef __thumb__ +#if defined(__thumb__) && !defined(__ASSEMBLER__) # define PC_OFS 4 #else # define PC_OFS 8 -- cgit v1.2.3