Build error during stage 1 of git master

2011-10-12 Thread Ben Gamari
While building stage 1 on my ARM I ran into the following error. It appears that the code is in a BEWARE_LOAD_STORE_ALIGNMENT #ifdef, which perhaps isn't exercised frequently on more common architectures. Seems like someone just forgot to update a function reference. The fix is trivial. Cheers,

[PATCH] Build error during stage 1 of git master

2011-10-12 Thread Ben Gamari
While building stage 1 on my ARM I ran into the following error. It appears that the code is in a BEWARE_LOAD_STORE_ALIGNMENT #ifdef, which perhaps isn't exercised frequently on more common architectures. Seems like someone just forgot to update a function reference. The fix is trivial. Cheers,