From bfafdbfec33e0dc1d1bda0d0cfe2fd0555c45acc Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 11 Sep 2013 20:17:50 +0000 Subject: rewrite the ARM port of GNU lightning to a form compatible with the versions for the other CPUs --- src/runtime/c/pgf/lightning/asm-common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/runtime/c/pgf/lightning/asm-common.h') diff --git a/src/runtime/c/pgf/lightning/asm-common.h b/src/runtime/c/pgf/lightning/asm-common.h index bdaa6c2ea..3cc96649f 100644 --- a/src/runtime/c/pgf/lightning/asm-common.h +++ b/src/runtime/c/pgf/lightning/asm-common.h @@ -131,6 +131,8 @@ typedef unsigned long _ul; #define _s0P(I) ((I)==0) #define _s8P(I) _siP(8,I) #define _s16P(I) _siP(16,I) +#define _s20P(I) _siP(20,I) +#define _s24P(I) _siP(24,I) #define _s32P(I) _siP(32,I) #define _u8P(I) _uiP(8,I) #define _u16P(I) _uiP(16,I) -- cgit v1.2.3