9 lines
119 B
Go
9 lines
119 B
Go
package macho
|
|
|
|
// Thread is a thread state load command.
|
|
type Thread struct {
|
|
LoadCommand
|
|
Len uint32
|
|
Type uint32
|
|
}
|