Merge remote-tracking branch 'origin/GT-3049_ghidorahrex_HCS12'

This commit is contained in:
ghidra1 2019-09-06 18:47:49 -04:00
commit 4a6e6697f4
21 changed files with 8220 additions and 21 deletions

View file

@ -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);