OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Thu Oct 04 2007 - 00:49:16 CDT


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2007/10/03 23:49:16

Modified files:
        usr.bin/pcc/mip: mkext.c

Log message:
fix evil 64-bit bug: if we're using longs for bitsets 1 << shift will
be undefined if shift > 31. Makes ccom work much better on 64-bit
archs.