forked from Imagelibrary/rtems
added 3 nops following write to wim since a restore following it is
subject to causing unpredictable window underflow/overflows.
This commit is contained in:
@@ -683,6 +683,9 @@ simple_return:
|
||||
*/
|
||||
|
||||
wr %l4, 0, %wim ! WIM = new WIM
|
||||
nop ! must delay after writing WIM
|
||||
nop
|
||||
nop
|
||||
restore ! now into the tasks window
|
||||
|
||||
ldd [%g1 + CPU_STACK_FRAME_L0_OFFSET], %l0
|
||||
|
||||
Reference in New Issue
Block a user