[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug report
From: |
Ian Lance Taylor |
Subject: |
Re: bug report |
Date: |
01 Feb 2004 18:02:12 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
"Seb" <address@hidden> writes:
> - the 'delay()' function (dos.h) bug in my "fade_in" function while it is
> correct in another text-mode program.
I don't know what the problem is here, but it is not a binutils bug.
> unsigned long offset = y << 9 + y << 7 + x; --> bad result
Read about operator precedence in C.
Ian
- bug report, Seb, 2004/02/01
- Re: bug report,
Ian Lance Taylor <=