commit | b18b37f7c5bc96dabdb08bcfb699b339a76104bf | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Apr 16 01:47:06 2012 +0400 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Apr 21 13:24:45 2012 +0000 |
tree | 67842adbc717da793baa5b143c23c7c68ff111a8 | |
parent | f91837a7f173e0334539024e4d8ba10c19a78bb7 [diff] |
target-xtensa: fix LOOPNEZ/LOOPGTZ translation Translation of LOOP instructions used to call LEND SR write handler to update LEND and invalidate relevant TBs. Now that LEND SR write handler ends TB, LOOPNEZ and LOOPGTZ generate wrong code (same as for simple LOOP). Fix it by calling wsr_lend helper directly. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>