mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
dae07c1900
2 changed files with 3 additions and 4 deletions
|
@ -1215,7 +1215,7 @@ public class PcodeDataTypeManager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Encode the coretypes to the stream
|
||||
* Encode the core data-types to the stream
|
||||
* @param encoder is the stream encoder
|
||||
* @throws IOException for errors in the underlying stream
|
||||
*/
|
||||
|
@ -1233,8 +1233,7 @@ public class PcodeDataTypeManager {
|
|||
if (typeMap.isUtf) {
|
||||
encoder.writeBool(ATTRIB_UTF, true);
|
||||
}
|
||||
// Encode special id ( <0 for builtins )
|
||||
encoder.writeSignedInteger(ATTRIB_ID, typeMap.id);
|
||||
encoder.writeUnsignedInteger(ATTRIB_ID, typeMap.id);
|
||||
encoder.closeElement(ELEM_TYPE);
|
||||
}
|
||||
encoder.closeElement(ELEM_CORETYPES);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue