diff options
author | Michael Brown <mcb30@ipxe.org> | 2024-03-17 17:49:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2024-03-17 17:49:05 +0000 |
commit | fa4bda617d5d2a714d0f8abfba451fd87f11a33e (patch) | |
tree | 17c35528a843b638725934c32afc800d7a52590d /contrib | |
parent | bac967d51a8851ef274da6aa7a3a9711de0bb056 (diff) | |
download | ipxe-fa4bda617d5d2a714d0f8abfba451fd87f11a33e.tar.gz |
[build] Fix building on older versions of gcc
Older versions of gcc (observed with gcc 4.8.5 on CentOS 7) complain
about having the label "err_ioremap" at the end of a compound
statement in bios_mp_start_all(). The label is correctly placed,
since it immediately follows the iounmap() that would be required to
undo a successful ioremap() in the non-error case.
Fix by adding an explicit "return" immediately after the label.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions