DEADSOFTWARE

fix allocation arrays of untagged pointers
[cpc.git] / src / native / posix / 486 / System / Mod / Kernel.cp
index 93ccf251f7e6b00207a1dbe799004268b0f7b6ae..2ffbe43c520daa3c7c64038e9572b6f5c931fe8d 100644 (file)
@@ -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: eltype := 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;