Re: ANSI C clarifications, with citations

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Jul 03 2000 - 10:54:18 EST


> > Other machines included PR1ME computers which used a 32-bit word
> > pointer, and a 48-bit byte pointer.
>
> How did C on those machines implement a void *?

I cant speak for the old pre mips PR1ME but for the HLH Orion that was word
addressed a void * was a char * and a char * was an address shifted left 2
with the byte number in the low 2 bits.

You really did have to get your casting right on those.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jul 07 2000 - 21:00:12 EST