Mailing List Archive

[xen-unstable] elfloader: Re-add break stmt I stupidly removed from elf parser.
# HG changeset patch
# User kfraser@localhost.localdomain
# Date 1186045514 -3600
# Node ID 78be123257fab0bcd71cd800824c5f552098958b
# Parent 29f349a3b4524c9bc1a15d0c466cff156a58fd6d
elfloader: Re-add break stmt I stupidly removed from elf parser.
Signed-off-by: Keir Fraser <keir@xensource.com>
---
xen/common/libelf/libelf-loader.c | 2 ++
1 files changed, 2 insertions(+)

diff -r 29f349a3b452 -r 78be123257fa xen/common/libelf/libelf-loader.c
--- a/xen/common/libelf/libelf-loader.c Thu Aug 02 09:53:13 2007 +0100
+++ b/xen/common/libelf/libelf-loader.c Thu Aug 02 10:05:14 2007 +0100
@@ -93,6 +93,8 @@ int elf_init(struct elf_binary *elf, con
elf->send = high;
elf_msg(elf, "%s: symbol map: 0x%" PRIx64 " -> 0x%" PRIx64 "\n",
__FUNCTION__, elf->sstart, elf->send);
+
+ break;
}

return 0;

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog