Commit 32e544d
committed
parse_sym: break when symbol found in lookup_sym_cache()
The 'break' is miss in lookup_sym_cache(), which makes the symbol
lookup slow. Just fix it.
Signed-off-by: Menglong Dong <imagedong@tencent.com>1 parent e8fda43 commit 32e544d
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments