| 9: eltyp := S.ADR(Char16Type)
| 10: eltyp := S.ADR(Int64Type)
| 11: eltyp := S.ADR(ProcType)
- | 12: eltype := S.ADR(UPtrType)
+ | 12: eltyp := S.ADR(UPtrType)
ELSE
ASSERT(~ODD(eltyp), 101) (* COM interface pointers not supported *)
END;
| 9: eltyp := S.ADR(Char16Type)
| 10: eltyp := S.ADR(Int64Type)
| 11: eltyp := S.ADR(ProcType)
- | 12: eltype := S.ADR(UPtrType)
+ | 12: eltyp := S.ADR(UPtrType)
ELSE
ASSERT(~ODD(eltyp), 101) (* COM interface pointers not supported *)
END;
littleEndian* = TRUE;
timeResolution* = 1000; (* ticks per second *)
- processor* = 1; (* generic c *)
+ processor* = 10; (* 486 *)
objType* = "ocf"; (* file types *)
symType* = "osf";
littleEndian* = TRUE;
timeResolution* = 1000; (* ticks per second *)
- processor* = 1; (* generic c *)
+ processor* = 10; (* 486 *)
objType* = "ocf"; (* file types *)
symType* = "osf";
| 9: eltyp := S.ADR(Char16Type)
| 10: eltyp := S.ADR(Int64Type)
| 11: eltyp := S.ADR(ProcType)
- | 12: eltype := S.ADR(UPtrType)
+ | 12: eltyp := S.ADR(UPtrType)
ELSE
ASSERT(~ODD(eltyp), 101) (* COM interface pointers not supported *)
END;