[coyotos-dev] typo in recent commit
Sam Mason
sam at samason.me.uk
Fri Jun 22 11:59:41 EDT 2007
Hi,
Just noticed that in src.coyotos/src/sys/caps/cap_GPT.c, around line 90,
you do:
#if COYOTOS_HW_ADDRESS_BITS == 32
...
#elif COYOTOS_HW_ADDRESS_BITS == 32
...
#endif
For some reason, most of the other checks I've seen tend to put the
64bit code at the top and 32bit below---this one appears to be the other
way around, so the second branch should be "== 64". As far as I can
tell it was introduced in change 395:
http://www.opencm.org/opencm/~/PUBLIC/coyotos/DEV/sys/395/caps/cap_GPT.c#85
Hope that helps!
Sam
More information about the coyotos-dev
mailing list