Changeset 280a27e in mainline for generic/src/debug/symtab.c


Ignore:
Timestamp:
2006-04-16T13:16:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50de918
Parents:
c624b96
Message:

Printf ported back from uspace to kernel.
Printf calls changed to match new conventions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/debug/symtab.c

    rc624b96 r280a27e  
    133133                addr =  __u64_le2host(symbol_table[i].address_le);
    134134                realname = symbol_table[i].symbol_name;
    135                 printf("0x%p: %s\n", addr, realname);
     135                printf("%p: %s\n", addr, realname);
    136136                i++;
    137137        }
Note: See TracChangeset for help on using the changeset viewer.