kernel: Style fix.
This commit is contained in:
@@ -407,8 +407,8 @@ dump_symbols(int argc, char **argv)
|
|||||||
while (iterator.HasNext()) {
|
while (iterator.HasNext()) {
|
||||||
elf_image_info* current = iterator.Next();
|
elf_image_info* current = iterator.Next();
|
||||||
if (current->text_region.start <= num
|
if (current->text_region.start <= num
|
||||||
&& current->text_region.start + current->text_region.size
|
&& current->text_region.start
|
||||||
>= num) {
|
+ current->text_region.size >= num) {
|
||||||
image = current;
|
image = current;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user