X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=src%2Fnative%2Fposix%2F486%2FSystem%2FMod%2FKernel.cp;h=7853c5178860262ae65fb327a594d7b5c459697e;hp=2ffbe43c520daa3c7c64038e9572b6f5c931fe8d;hb=f96102d32aebccddc1cc7bcf295ba4c833e29a46;hpb=25ed118c4a60defb11c9572c330493abc56f10e5 diff --git a/src/native/posix/486/System/Mod/Kernel.cp b/src/native/posix/486/System/Mod/Kernel.cp index 2ffbe43..7853c51 100644 --- a/src/native/posix/486/System/Mod/Kernel.cp +++ b/src/native/posix/486/System/Mod/Kernel.cp @@ -15,7 +15,7 @@ MODULE Kernel; littleEndian* = TRUE; timeResolution* = 1000; (* ticks per second *) - processor* = 1; (* generic c *) + processor* = 10; (* 486 *) objType* = "ocf"; (* file types *) symType* = "osf"; @@ -587,7 +587,7 @@ MODULE Kernel; | 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;