Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[9fans] 5c vs. 8c: unknown vlong LIST

7 views
Skip to first unread message

Skip Tavakkolian

unread,
Jan 5, 2011, 6:52:45 AM1/5/11
to
i get this error compiling nupas for arm (actually several similar errors)
cache.c:245 unknown vlong LIST

i found a thread and an apparent fix here:
http://bit.ly/dWpCnw

after reading an even earlier thread below, i understand why:
http://bit.ly/i5Njtt

but now i'm confused why 8c can handle it and 5c can't.

-Skip

erik quanstrom

unread,
Jan 5, 2011, 6:53:31 AM1/5/11
to

russ is correct about the cause, but the fix to
the general code is completely trivial, and worth doing.

- erik

Russ Cox

unread,
Jan 5, 2011, 6:53:20 AM1/5/11
to
> but now i'm confused why 8c can handle it and 5c can't.

8c can handle it because it has special case
code for most of the 64-bit ops instead of
calling library routines.

russ

0 new messages