William A. Rowe, Jr. wrote:
> did we f'up the volatile aspect of the declaration?
> 
> volatile void **mem
> 
> shouldn't this be...
> 
> void * volatile *mem
> 

Yes, but modifying it on truck would break the ABI rules.

--
Davi Arnaut

Reply via email to