GP-0 Corrected test failures and fixed cspec encoding bug

This commit is contained in:
ghidra1 2024-11-20 10:04:56 -05:00
parent 22ddbc3f4b
commit ac58d20693
2 changed files with 4 additions and 3 deletions

View file

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