ok, this really wants to be declared to be an ull (sorry 64 bit guys).

This commit is contained in:
riccardom 2009-04-14 15:57:57 +00:00
parent 6ce60f84e6
commit 878bd69a0e
1 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ struct movietime {
struct movietime movie;
int oldframeCounter;
u64 totalcycles=2904024960000;//noon
u64 totalcycles=2904024960000ULL;//noon
int totalseconds;
bool init=false;
bool moviemode=false;
@ -369,4 +369,4 @@ void rtcWrite(u16 val)
rtc._prevSIO = rtc._SIO;
rtc._prevSCK = rtc._SCK;
rtc._prevCS = rtc._CS;
}
}