Changeset d8b42fb2 in mainline for console/gcons.c


Ignore:
Timestamp:
2006-06-19T10:10:00Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
09087d2
Parents:
231a60a
Message:

Sligtly more efficient ipc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/gcons.c

    r231a60a rd8b42fb2  
    230230}
    231231
    232 
     232/** Return x, where left <= x <= right && |a-x|==min(|a-x|) is smallest */
    233233static inline int limit(int a,int left, int right)
    234234{
Note: See TracChangeset for help on using the changeset viewer.