commit | 042d8bf9eb23b4490bab3f13a2e95fc962a42c42 | [log] [tgz] |
---|---|---|
author | Thomas Martitz <kugel@rockbox.org> | Sun Jan 05 01:14:14 2014 +0100 |
committer | Thomas Martitz <kugel@rockbox.org> | Sun Jan 05 01:19:44 2014 +0100 |
tree | 7e4e7542b21737118bb02a204ab5b8a352cff516 | |
parent | 61a096499b72f82dd8efc782e30cfeb1a31ef400 [diff] |
Revert "Fix data abort introduced by ef92ed4a." This reverts commit 61a096499b72f82dd8efc782e30cfeb1a31ef400. The original issue was caused by a new structure member which caused bmp_args::buf to be unaligned for 2-byte reads. Enforcing that alignment should be the faster fix. Aligning to cache (while at it) should improve bmp loading times even more. Change-Id: I58a2caaf08c0ce46e2fb9666de628a30a36ea5f4