dtrace_getarg: remove stray return statement on amd64, powerpc

MFC after:	10 days
This commit is contained in:
avg 2015-09-29 11:55:26 +00:00
parent 6f54ca342c
commit 4acd1d8740
2 changed files with 0 additions and 2 deletions

View File

@ -448,7 +448,6 @@ dtrace_getarg(int arg, int aframes)
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
return (val);
return (0);
}
int

View File

@ -520,7 +520,6 @@ dtrace_getarg(int arg, int aframes)
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
return (val);
return (0);
}
int