Source position: MixedMode.pas line 375
type RoutineDescriptor = record |
goMixedModeTrap: UInt16; |
version: SInt8; |
routineDescriptorFlags: RDFlagsType; |
reserved1: UInt32; |
reserved2: UInt8; |
selectorInfo: UInt8; |
routineCount: UInt16; |
routineRecords: array [0..0] of RoutineRecord; |
end; |