X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fcpfront%2Fposix%2Fpowerpc%2FSystem%2FMod%2FKernel.cp;h=b76117b2e026685f434778b43f6520d2d78b97f1;hb=4bf6d419bd3ba4bc8902de1607e60fdced58590d;hp=f691ecc43674eb3818a2e6ac8102f16492f81862;hpb=b90cbbdc859d9aa7436fe5a6e5ae1fc3d76965d1;p=cpc.git diff --git a/src/cpfront/posix/powerpc/System/Mod/Kernel.cp b/src/cpfront/posix/powerpc/System/Mod/Kernel.cp index f691ecc..b76117b 100644 --- a/src/cpfront/posix/powerpc/System/Mod/Kernel.cp +++ b/src/cpfront/posix/powerpc/System/Mod/Kernel.cp @@ -608,7 +608,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;