mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
c7351125e5
6 changed files with 27 additions and 26 deletions
|
@ -635,10 +635,10 @@ void PcodeLexer::initialize(istream *t)
|
|||
}
|
||||
}
|
||||
|
||||
uintb PcodeSnippet::allocateTemp(void)
|
||||
uint4 PcodeSnippet::allocateTemp(void)
|
||||
|
||||
{ // Allocate a variable in the unique space and return the offset
|
||||
uintb res = tempbase;
|
||||
uint4 res = tempbase;
|
||||
tempbase += 16;
|
||||
return res;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue