string: arm: Fix cfi restore info for hot loop exit

The branch out of the core memchr loop to label 60 jumps over the
popping of registers r4-r7.  The restoration of the cfi state at 60 is
adjusted to reflect this fact, avoiding restoring a state where r4-r7
have already been popped off the stack.

Built w/ arm-none-linux-gnueabihf, ran make check-string w/ qemu-arm-static.
1 file changed