More fixes for IS_UNKNOWN in kernels

This commit is contained in:
jsteube
2016-01-05 23:05:06 +01:00
parent 8e3a72f911
commit bacc1049e3
12 changed files with 35 additions and 35 deletions

View File

@@ -29,7 +29,7 @@ static u32 memcat32 (u32 block0[16], u32 block1[16], const u32 block_len, const
const u32 mod = block_len & 3;
const u32 div = block_len / 4;
#ifdef IS_AMD
#if defined IS_AMD || defined IS_UNKNOWN
const int offset_minus_4 = 4 - mod;
u32 append0_t[4];