Changeset fbe058f in mainline for arch/mips32/src/cpu/cpu.c
- Timestamp:
- 2005-12-12T17:40:29Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ed8b3a
- Parents:
- e07fe0c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/src/cpu/cpu.c
re07fe0c rfbe058f 109 109 for (i=0;imp_data80[i].vendor;i++) 110 110 ; 111 if ( m->arch.imp_num & 0x7f>= i) {111 if ((m->arch.imp_num & 0x7f) >= i) { 112 112 printf("imp=%d\n",m->arch.imp_num); 113 113 return;
Note:
See TracChangeset
for help on using the changeset viewer.