mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
Merge remote-tracking branch 'origin/GT-3049_ghidorahrex_HCS12'
This commit is contained in:
commit
4a6e6697f4
21 changed files with 8220 additions and 21 deletions
|
@ -415,6 +415,8 @@ public class VariableUtilities {
|
|||
" bytes: " + curStorage.toString());
|
||||
}
|
||||
}
|
||||
|
||||
vnAddr = newReg.getAddress();
|
||||
if (bigEndian) {
|
||||
vnAddr = vnAddr.add(newReg.getMinimumByteSize() - size);
|
||||
return new Varnode(vnAddr, size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue