Changeset fbe058f in mainline for arch/mips32/src/cpu/cpu.c


Ignore:
Timestamp:
2005-12-12T17:40:29Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6ed8b3a
Parents:
e07fe0c
Message:

Cleanup of unnecessary things.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/src/cpu/cpu.c

    re07fe0c rfbe058f  
    109109                for (i=0;imp_data80[i].vendor;i++)
    110110                        ;
    111                 if (m->arch.imp_num & 0x7f >= i) {
     111                if ((m->arch.imp_num & 0x7f) >= i) {
    112112                        printf("imp=%d\n",m->arch.imp_num);
    113113                        return;
Note: See TracChangeset for help on using the changeset viewer.