ARM926: fix arm926ejs_mmu() reading from bad pointer
commit54c3cab266d2437299a6a3ba27e9f028d97822fa
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 31 Oct 2009 00:29:38 +0000 (30 17:29 -0700)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 31 Oct 2009 00:29:38 +0000 (30 17:29 -0700)
treef3f9ddfca476b69db428ce4d08157389966ecf78
parente8a5092f1e23cee70cf1c3565db2ca40a61a11af
ARM926: fix arm926ejs_mmu() reading from bad pointer

I'm suspecting this code can never have worked, since the
original commit (svn #335) in early 2008.

Fix is just copy/paste from another (working) function.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/arm926ejs.c