DEADSOFTWARE

Kernel: fix kernels compilation and processor types
[cpc.git] / src / cpfront / posix / powerpc / System / Mod / Kernel.cp
index f691ecc43674eb3818a2e6ac8102f16492f81862..b76117b2e026685f434778b43f6520d2d78b97f1 100644 (file)
@@ -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;