Browse Source

r363@Knoppix: root | 2007-12-29 14:13:29 +0800

fix a misspelling.


git-svn-id: file:///svn/pmon-all/pmon-all@169 214b0138-1524-0410-9122-e5cb4b5bc56c
master
cpu 17 years ago
parent
commit
dcc3ae50f2
  1. 2
      Targets/Bonito2fdev/Bonito/tgt_machdep.c

2
Targets/Bonito2fdev/Bonito/tgt_machdep.c

@ -191,7 +191,7 @@ initmips(unsigned int memsz)
{ {
/*set lio bus to 16 bit*/ /*set lio bus to 16 bit*/
volatile char *p=0xbfe00108; volatile int *p=0xbfe00108;
*p=((*p)&~(0x1f<<8))|(0x8<<8) |(1<<13); *p=((*p)&~(0x1f<<8))|(0x8<<8) |(1<<13);
} }

Loading…
Cancel
Save