commit | a5b0f6d5c0f6678c078354c432a1f0943374f087 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Tue Feb 26 19:51:52 2013 +0100 |
committer | Michael Walle <michael@walle.cc> | Mon Mar 18 19:40:34 2013 +0100 |
tree | ab6e51389f009f3857355229be7993e88698a30a | |
parent | de55c4bd8bd163ec6c10edc085193bbcf8f9e15e [diff] |
target-lm32: flush tlb after clearing env The tlb data is stored within the CPU env. Therefore, the initialization has to be done after we clear the environment. Otherwise the tlb will have a valid entry for address 0x0. Signed-off-by: Michael Walle <michael@walle.cc>