commit | ce147c7445c28fcf38813f62b2a2bb1266db9ef4 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Sat Apr 06 17:11:58 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Tue May 07 13:43:55 2013 +0530 |
tree | 6c55d139cd6b38ba3368e18b326c0304216f6f4a | |
parent | c723ea4620a67fb0dbed5f5c33183543799e2177 [diff] |
ARC: unaligned access emulation broken if callee-reg dest of LD/ST The fixup code correctly updates the callee-regs on stack, but fails to unwind it into actual register file. Thus userspace won't see the update. Reported-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>