commit | 9039c10ab19609325d56b5ca645d68c8c31feab4 | [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 | a402da356eead026d27df1691c4999ca97870e1c [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>