提交 bd39c076 编写于 作者: M Mans Rullgard

des: fix #if conditional around P_shuffle

CONFIG_SMALL is always defined as 0 or 1.
Signed-off-by: NMans Rullgard <mans@mansr.com>
上级 58d7efdb
......@@ -39,7 +39,7 @@ static const uint8_t IP_shuffle[] = {
};
#undef T
#if defined(CONFIG_SMALL) || defined(GENTABLES)
#if CONFIG_SMALL || defined(GENTABLES)
#define T(a, b, c, d) 32-a,32-b,32-c,32-d
static const uint8_t P_shuffle[] = {
T(16, 7, 20, 21),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册