mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-3049 Fixes for return storage commit
This commit is contained in:
parent
f599ab1623
commit
8a22a4f84b
1 changed files with 2 additions and 0 deletions
|
@ -415,6 +415,8 @@ public class VariableUtilities {
|
||||||
" bytes: " + curStorage.toString());
|
" bytes: " + curStorage.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
vnAddr = newReg.getAddress();
|
||||||
if (bigEndian) {
|
if (bigEndian) {
|
||||||
vnAddr = vnAddr.add(newReg.getMinimumByteSize() - size);
|
vnAddr = vnAddr.add(newReg.getMinimumByteSize() - size);
|
||||||
return new Varnode(vnAddr, size);
|
return new Varnode(vnAddr, size);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue