commit | 3eb3e7dd53a83cbe6e7b95aa87d2c5dc861233a6 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Feb 11 14:40:55 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Feb 15 23:16:21 2013 +0530 |
tree | f89a94aef668dc41e854b358c863a7a4f9443158 | |
parent | 7f85e5ec0d451e4a12037dcd6936f2d7494b2c6c [diff] |
ARC: Fix pt_orig_r8 access Syscall restarting fixes made pt_regs->orig_r8 a short word, which was not reflected in the assembler code - thus could potentially break gdb debugging. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>