DragonFly-2.3.0.805.g6dc1e master sys/sys assym.h

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jul 7 11:22:11 PDT 2009


commit 6dc1eeef8dafa9f37417140bc5bebd4afb2014a1
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Apr 24 17:11:10 2009 -0700

    Add a dummy offset to the arrays generated by genassym to avoid ary[0]
    
    The dummy offset avoids the generation of dummy arrays of size zero.
    This whole code path is a hack, but after a lot of messing around
    Alex and I determined that it was easier to hack it then to try to
    redo the code due to complications introduced by cross-compiled
    environments.
    
    Submitted-by: Alex Hornung <ahornung at gmail.com>

Summary of changes:
 sys/sys/assym.h |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6dc1eeef8dafa9f37417140bc5bebd4afb2014a1


-- 
DragonFly BSD source repository





More information about the Commits mailing list