[coreboot-gerrit] Patch merged into coreboot/master: src/lib/trace.c: Make address size generic

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 10 17:28:32 CET 2016


the following patch was just integrated into master:
commit 7760261db770aeee520aac2c313af764b606d4bf
Author: Martin Roth <martinroth at google.com>
Date:   Tue Mar 8 12:17:44 2016 -0700

    src/lib/trace.c: Make address size generic
    
    On platforms that didn't use 32-bit addresses, enabling the
    CONFIG_TRACE option (Trace function calls) would break the build due
    to a cast from a pointer of a different size.
    
    This fixes this warning:
    src/lib/trace.c:29:58: error: cast from pointer to integer of different
    size [-Werror=pointer-to-int-cast]
    
    Change-Id: Iaab13c1891b6af7559ea6982ecc6e74c09dd0395
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/13962
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>


See https://review.coreboot.org/13962 for details.

-gerrit



More information about the coreboot-gerrit mailing list