ack/mach/powerpc/ncg
George Koehler 29cb008faa In powerpc table, fix macros los() and his().
Change the operator in his() from a - minus to a + plus.  When los(n)
becomes negative, then his(n) needs to add 0x10000, not subtract it.

Also change los(n) to do the sign extension, because smalls(los(n))
should be true, not false.

Also change hi(n) and lo(n) to wrap n in parentheses, as (n), because
these are macros and n might still contain operators.
2016-10-14 23:59:26 -04:00
..
mach.c Archival checkin (semi-working code). 2007-11-02 18:56:58 +00:00
mach.h Archival checkin (semi-working code). 2007-11-02 18:56:58 +00:00
table In powerpc table, fix macros los() and his(). 2016-10-14 23:59:26 -04:00