dtrace_getarg: remove stray return statement on amd64, powerpc
MFC after: 10 days
This commit is contained in:
parent
6f54ca342c
commit
4acd1d8740
@ -448,7 +448,6 @@ dtrace_getarg(int arg, int aframes)
|
|||||||
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
|
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
|
||||||
|
|
||||||
return (val);
|
return (val);
|
||||||
return (0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@ -520,7 +520,6 @@ dtrace_getarg(int arg, int aframes)
|
|||||||
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
|
DTRACE_CPUFLAG_CLEAR(CPU_DTRACE_NOFAULT);
|
||||||
|
|
||||||
return (val);
|
return (val);
|
||||||
return (0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user