[DTrace-devel] [PATCH 1/3] Fix init_disassemble_info typo

Kris Van Hees kris.van.hees at oracle.com
Tue Feb 10 20:45:12 UTC 2026


On Tue, Feb 10, 2026 at 03:16:35PM -0500, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

> ---
>  libdtrace/dt_pid.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libdtrace/dt_pid.c b/libdtrace/dt_pid.c
> index 20458a511..690d1a2a3 100644
> --- a/libdtrace/dt_pid.c
> +++ b/libdtrace/dt_pid.c
> @@ -133,7 +133,7 @@ dt_pid_create_one_probe(struct ps_prochandle *P, dtrace_hdl_t *dtp,
>  
>  #if defined(__amd64)
>  #if defined(HAVE_INITDISINFO3) == defined(HAVE_INITDISINFO4)
> -#error expect init_disassembler_info() to have 3 or else 4 arguments
> +#error expect init_disassemble_info() to have 3 or else 4 arguments
>  #endif
>  #ifdef HAVE_INITDISINFO4
>  static int
> -- 
> 2.47.3
> 



More information about the DTrace-devel mailing list