I notice a small error in fbt provider of mips.

In file: cddl/dev/fbt/powerpc.c
222:    limit = (u_int32_t *) symval->value + symval->size;

this should be limit = (u_int32_t *) ((u_int8_t*)symval->value +
symval->size);

I don't have powerpc to test. anyone can test this and fix it?

-Howard



-- 
-Howard
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-dtrace
To unsubscribe, send any mail to "[email protected]"

Reply via email to