diff options
author | Laurent Desnogues <laurent.desnogues@gmail.com> | 2009-07-30 19:23:49 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:25 -0500 |
commit | ec822001a2f26eef8701194714f6482b6d852de2 (patch) | |
tree | 0b49dc5d140d04ff469c5304a6cd38e8a0f6519a /qemu-option.h | |
parent | ac8ab73ad145b8ac15520446f8b98d28957b6acf (diff) |
Fix symfind.
this patch fixes an issue in symfind.
Assume you have the following symbols:
Address Size
0045bca0 00000080 T s0
0045bd20 00000112 T s1
You'll notice that s1 is s0 + size.
So the current symfind will find that address 0045bd20 belongs to s0
instead of s1.
Laurent
Signed-off-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'qemu-option.h')
0 files changed, 0 insertions, 0 deletions