X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fnative%2Fposix%2F486%2FSystem%2FMod%2FKernel.cp;h=7853c5178860262ae65fb327a594d7b5c459697e;hb=HEAD;hp=93ccf251f7e6b00207a1dbe799004268b0f7b6ae;hpb=7f31515b8ffa0954d6b96af35a3925ab82800ae2;p=cpc.git diff --git a/src/native/posix/486/System/Mod/Kernel.cp b/src/native/posix/486/System/Mod/Kernel.cp index 93ccf25..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,9 +587,9 @@ MODULE Kernel; | 9: eltyp := S.ADR(Char16Type) | 10: eltyp := S.ADR(Int64Type) | 11: eltyp := S.ADR(ProcType) - | 12: HALT(101) (* COM interface pointers not supported *) + | 12: eltyp := S.ADR(UPtrType) ELSE - ASSERT(~ODD(eltyp), 102) (* COM interface pointers not supported *) + ASSERT(~ODD(eltyp), 101) (* COM interface pointers not supported *) END; t := S.VAL(Type, eltyp); headSize := 4 * nofdim + 12;