Closed GoogleCodeExporter closed 9 years ago
Ok, that means I broke memcpy, I'll look into it and revert some of the memcpy
changes.
Original comment by Flatmush@googlemail.com
on 14 Apr 2010 at 12:08
Ok this issue was solved, was due to modifying the jump table. I was modifying
the
jump table (in the D-Cache) and the code was still executing old jumps from the
I-Cache. It was solved by putting a D-Cache writeback followed by an I-Cache
invalidate after the patching in entry_point.c.
Original comment by Flatmush@googlemail.com
on 18 Apr 2010 at 1:20
Original issue reported on code.google.com by
hart...@gmail.com
on 14 Apr 2010 at 11:13Attachments: