fixes to avoid crashing on gpu on multiple inner loops

This commit is contained in:
Sein Coray
2019-05-14 13:41:40 +02:00
parent e39a9284e1
commit e300fe0d63
3 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ struct pkzip_hash
u32 data_length;
u16 checksum_from_crc;
u16 checksum_from_timestamp;
u8 data[MAX_DATA];
u32 data[MAX_DATA];
} __attribute__((packed));