mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch
'origin/GP-0_ryanmkurtz_PR-2613_hinoue_spelling'
This commit is contained in:
commit
f655cfe048
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ public class VariableStorage implements Comparable<VariableStorage> {
|
||||||
}
|
}
|
||||||
if (i < (varnodes.length - 1) && !isRegister) {
|
if (i < (varnodes.length - 1) && !isRegister) {
|
||||||
throw new InvalidInputException(
|
throw new InvalidInputException(
|
||||||
"Compound storage must use registers accept for last varnode");
|
"Compound storage must use registers except for last varnode");
|
||||||
}
|
}
|
||||||
size += varnode.getSize();
|
size += varnode.getSize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue