diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-12-04 00:40:34 +0100 |
commit | f013dacf0a90667fbefe35580f8031a84caeb65e (patch) | |
tree | 7e6f5ecf1ce7d800c13b0342ba10d67486c52636 /board/evb64260 | |
parent | c75eba3b4140187cd0d9bd8049f5df4c49b6889b (diff) |
Code cleanup, especially MIPS for GCC 4.x
Diffstat (limited to 'board/evb64260')
-rw-r--r-- | board/evb64260/eth_addrtbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/evb64260/eth_addrtbl.c b/board/evb64260/eth_addrtbl.c index 69882f53022..e8ef0e3e52e 100644 --- a/board/evb64260/eth_addrtbl.c +++ b/board/evb64260/eth_addrtbl.c @@ -57,7 +57,7 @@ unsigned int initAddressTable (u32 port, u32 hashMode, u32 hashSizeSelector) realAddrTableBase[port] = malloc (bytes + 64); - tableBase = (unsigned int)realAddrTableBase; + tableBase = (unsigned int)realAddrTableBase; if (!tableBase) { printf ("%s: alloc memory failed \n", __FUNCTION__); |