mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 16:26:47 +08:00
Merge remote-tracking branch 'origin/GP-0_ghizard_master_small_fix_for_GP-4717'
This commit is contained in:
@@ -168,7 +168,7 @@ public class MDMangUtils {
|
|||||||
else {
|
else {
|
||||||
return anon;
|
return anon;
|
||||||
}
|
}
|
||||||
Integer num = Integer.valueOf(str, 16);
|
Long num = Long.valueOf(str, 16);
|
||||||
return String.format("anon_%08X", num);
|
return String.format("anon_%08X", num);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user