CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/10/03 03:12:39

Modified files:
        usr.bin/kdump  : kdump.c 

Log message:
Fix wrong cast.

This one should be an unsigned long in theory, but the formatter function
argument we're printing from is already an int (being casted from register_t
at the formatter call time). So lets fix one bug at a time.

authoritative okay from guenther@

Reply via email to