mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0 Corrected test failures and fixed cspec encoding bug
This commit is contained in:
parent
22ddbc3f4b
commit
ac58d20693
2 changed files with 4 additions and 3 deletions
|
@ -258,6 +258,7 @@ public class MultiSlotAssign extends AssignAction {
|
|||
encoder.writeString(ATTRIB_STORAGE, resourceType.toString());
|
||||
}
|
||||
encoder.writeBool(ATTRIB_ALIGN, enforceAlignment);
|
||||
encoder.writeBool(ATTRIB_STACKSPILL, consumeFromStack);
|
||||
encoder.closeElement(ELEM_JOIN);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue