diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2013-09-11 20:17:50 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2013-09-11 20:17:50 +0000 |
| commit | bfafdbfec33e0dc1d1bda0d0cfe2fd0555c45acc (patch) | |
| tree | ebfa64730dd9cbd28c6ecbd07fcd748c85fb6fe8 /src/runtime/c/pgf/lightning/asm-common.h | |
| parent | 8a3b97e6a504cb37f07013378e687eb103b0e50d (diff) | |
rewrite the ARM port of GNU lightning to a form compatible with the versions for the other CPUs
Diffstat (limited to 'src/runtime/c/pgf/lightning/asm-common.h')
| -rw-r--r-- | src/runtime/c/pgf/lightning/asm-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
