[coyotos-dev] typo in recent commit
Jonathan Adams
jwadams at eros-os.com
Mon Jun 25 13:24:22 EDT 2007
On Fri, 2007-06-22 at 16:59 +0100, Sam Mason wrote:
> 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:
>
Thanks; I've reversed to two blocks, and changed the appropriate == 32
to == 64.
Cheers,
- jonathan
More information about the coyotos-dev
mailing list