mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
0e9c36b513
3 changed files with 18 additions and 12 deletions
|
@ -504,6 +504,10 @@ public abstract class PcodeEmit {
|
|||
VarnodeData[] dyncache = null;
|
||||
VarnodeTpl vn, outvn;
|
||||
int isize = opt.getInput().length;
|
||||
|
||||
if (isize > incache.length) {
|
||||
incache = new VarnodeData[isize];
|
||||
}
|
||||
|
||||
// First build all the inputs
|
||||
for (int i = 0; i < isize; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue