K 10 svn:author V 5 markj K 8 svn:date V 27 2015-11-19T05:33:15.442976Z K 7 svn:log V 303 Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding the stack, take into account the copy of rsi pushed between the breakpoint trapframe and the dtrace_invop frame. Prior to r287644, this was covered by the fact that sizeof(struct amd64_frame) was 24 rather than 16. Reported by: smh END