]> xenbits.xensource.com Git - osstest/seabios.git/commit
checkstack: Handle conditional checks at start of functions
authorKevin O'Connor <kevin@koconnor.net>
Wed, 10 Aug 2016 14:52:12 +0000 (10:52 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 10 Aug 2016 19:01:03 +0000 (15:01 -0400)
commit996a8a9504f33e318750fbdfa3d0d529654e215a
tree7ffe65236275d98558c7b06f456e2d52a7db407c
parent8bc6d9f8e9bd1c211660f9ec91c237821d7f4089
checkstack: Handle conditional checks at start of functions

Recent versions of gcc will sometimes place conditional checks in the
code prior to setting up the function's stack frame.  Handle this case
correctly.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
scripts/checkstack.py