X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=blobdiff_plain;f=src%2Fcpfront%2Fposix%2F486%2FSystem%2FMod%2FKernel.cp;h=a53ab07af3967b5b53f73e3912dea550dbb3baf7;hp=2bf92b68237769c6deddf11bdad893684daca151;hb=f96102d32aebccddc1cc7bcf295ba4c833e29a46;hpb=25ed118c4a60defb11c9572c330493abc56f10e5 diff --git a/src/cpfront/posix/486/System/Mod/Kernel.cp b/src/cpfront/posix/486/System/Mod/Kernel.cp index 2bf92b6..a53ab07 100644 --- a/src/cpfront/posix/486/System/Mod/Kernel.cp +++ b/src/cpfront/posix/486/System/Mod/Kernel.cp @@ -589,7 +589,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;