| 30 | ) |
| 31 | |
| 32 | type Byteorder struct { |
| 33 | SourceRegister uint32 |
| 34 | DestRegister uint32 |
| 35 | Op ByteorderOp |
| 36 | Len uint32 |
| 37 | Size uint32 |
| 38 | } |
| 39 | |
| 40 | func (e *Byteorder) marshal(fam byte) ([]byte, error) { |
| 41 | data, err := e.marshalData(fam) |
nothing calls this directly
no outgoing calls
no test coverage detected