On Thursday 21 March 2002 04:54 pm, David Howells wrote:
> -             : "+m"(sem->count), "+d"(tmp)
>       -               : "a"(sem)
>       +               : "=m"(sem->count), "+d"(tmp)
>       +               : "a"(sem), "m"(sem->count)
>
> Try replacing '"m"(sem->count)' with '"0"(sem->count)' which should
> link to the first output constraint in this case.

For whatever reason, it still fails with the "0".
_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to