commit | 959eaa74b83e4d18be5829a5a7c8deaa11aac7e0 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Apr 11 09:35:43 2013 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Fri Apr 12 07:55:05 2013 +0200 |
tree | 7605b7a903f93b92626b86306c21ebace166b3b8 | |
parent | 508611bcb7d2a0fd5e7ead35c45f68b6e6c101ac [diff] |
arm: relocate_code() is no longer noreturn Commit e05e5de7fae5bec79617e113916dac6631251156 made ARM's relocate_code() return to its caller, but it did not update its declaration accordingly. Fixing this function declaration fixes dropped C code following calls to relocate_code(). Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>