tag | ead2f20d3c9546373e1d3ca5e222cbde2e92598e | |
---|---|---|
tagger | H. Peter Anvin <hpa@linux.intel.com> | Fri Oct 05 12:08:06 2012 -0700 |
object | f05ff116bb9edbbb81d82fa47b78e630ce878470 |
Relased on Fri, 05 Oct 2012 12:08:06 -0700
commit | f05ff116bb9edbbb81d82fa47b78e630ce878470 | [log] [tgz] |
---|---|---|
author | Bill Pringlemeir <bpringle@sympatico.ca> | Tue Oct 02 13:29:52 2012 -0400 |
committer | maximilian attems <max@stro.at> | Wed Oct 03 18:41:43 2012 +0200 |
tree | 4dc3cecc686c37922c3a90f80eca17d5d7a93bcf | |
parent | ac8f53aa182d6f423f1833e4bcc8d7d06adda03b [diff] |
[klibc] [PATCH] fix ARM longjmp with zero 'val'. We need to set the condition codes on the ARM. The previous version was using a left over condition code from the caller. Also, use conditional execution to eliminate branch and reduce size. Signed-off-by: Bill Pringlemeir <bpringle@sympatico.ca> Signed-off-by: maximilian attems <max@stro.at>