mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
utils/analysis/find_addr.pl: fix detection of codec start address
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21726 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7414140f7c
commit
0a59e04b30
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ if($lookaddr != 0)
|
|||
if(/^\.([^\s]+)\s*(0x[0-9a-fA-F]+)/)
|
||||
{
|
||||
($addr) = sscanf("0x%lx", $2);
|
||||
if($1 eq "plugin" || $1 eq "codec")
|
||||
if($1 eq "plugin")
|
||||
{
|
||||
$plugin_addr = $addr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue