summaryrefslogtreecommitdiff
path: root/tools/ovl_offset.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ovl_offset.pl')
-rwxr-xr-xtools/ovl_offset.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ovl_offset.pl b/tools/ovl_offset.pl
index 10419999d6..12777582cd 100755
--- a/tools/ovl_offset.pl
+++ b/tools/ovl_offset.pl
@@ -19,7 +19,7 @@ sub map_scan {
19 elsif ($_ =~ / +0x([0-9a-f]+) +_?plugin_start_addr = ./) { 19 elsif ($_ =~ / +0x([0-9a-f]+) +_?plugin_start_addr = ./) {
20 $startaddr = hex($1); 20 $startaddr = hex($1);
21 } 21 }
22 elsif ($_ =~ / +0x([0-9a-f]+) +_?plugin_end_addr = ./) { 22 elsif ($_ =~ / +0x([0-9a-f]+) +_?plugin_load_end_addr = ./) {
23 $endaddr = hex($1); 23 $endaddr = hex($1);
24 } 24 }
25 } 25 }