summaryrefslogtreecommitdiff
path: root/src/runtime/c/pgf/lightning/asm-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/c/pgf/lightning/asm-common.h')
-rw-r--r--src/runtime/c/pgf/lightning/asm-common.h2
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)