From: pwpiwi Date: Wed, 31 Jan 2018 17:31:51 +0000 (+0100) Subject: add force_align_arg_pointer attribute to all callback functions X-Git-Tag: v3.1.0~76^2 X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/f921c113c91ed6940f030db837e83afe4dab9ca8?hp=f921c113c91ed6940f030db837e83afe4dab9ca8 add force_align_arg_pointer attribute to all callback functions * inspired by issue #404 and respective fix PR #538 * possible fix for mysterious crashes, e.g. issue #497 and http://www.proxmark.org/forum/viewtopic.php?id=5388 ---