BitFields - handle launch of bitfield editor via double click (unaligned

structure only)
This commit is contained in:
ghidra1 2019-05-13 17:49:12 -04:00
parent 0ca31967dd
commit 0a22915976
4 changed files with 38 additions and 7 deletions

View file

@ -29,6 +29,9 @@ import ghidra.util.exception.AssertException;
* less than or equal to the base datatype size and will always be the smallest possible size
* to contain the bitfield and offset within the least significant byte containing the
* lsb of the bitfield.
* <p>
* NOTE: This datatype implementation is intended for internal use only. Creating bitfields
* must be accomplished directly via a Structure or Union instance API method.
*/
public class BitFieldDataType extends AbstractDataType {