K 10 svn:author V 5 peter K 8 svn:date V 27 2003-06-02T21:56:08.000000Z K 7 svn:log V 294 Fix restarted syscalls. When we rewind %rip, we also need to restore all the argument registers etc since we have almost certainly have trashed them by now. Take particular car of %r10 since it held the original value of %rcx (which we saved in tf_rcx on entry and doreti doesn't know this). END