commit | 2ca47176f9fffade0569a0c18f75536cd020a19c | [log] [tgz] |
---|---|---|
author | Franklin Wei <git@fwei.tk> | Sat Jul 20 19:52:30 2019 -0400 |
committer | Franklin Wei <git@fwei.tk> | Sun Jul 21 15:13:35 2019 -0400 |
tree | b556d122d1270b761fb64f791d35fedad4854a4f | |
parent | f83de422fa7f4d107ce69a1be66cf35afb60314f [diff] |
quake: pack structs which could potentially be unaligned The d*_t structs are from "d"isk, which means they could be unaligned. Packing them saves me from having to rewrite every single access to them. Change-Id: I6d5a9525fff368bf29bdb85cf1672fce02ce3396