Changeset fbf7b4c in mainline for generic/src/console/cmd.c


Ignore:
Timestamp:
2006-06-18T10:52:41Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e600ec4
Parents:
281994b
Message:

make kernel prints case consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/console/cmd.c

    r281994b rfbf7b4c  
    535535                symbol = get_symtab_entry(symaddr);
    536536
    537                 printf("Calling f(0x%zX): %.*p: %s\n", arg1, sizeof(__address) * 2, symaddr, symbol);
     537                printf("Calling f(%#zx): %.*p: %s\n", arg1, sizeof(__address) * 2, symaddr, symbol);
    538538#ifdef ia64
    539539                fptr.f = symaddr;
Note: See TracChangeset for help on using the changeset viewer.