Changeset a8844e0 in mainline for arch/ppc32/loader/printf.h


Ignore:
Timestamp:
2006-04-09T16:37:14Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3dd773
Parents:
89343aac
Message:

fix types, 64b arguments (breaks things yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/printf.h

    r89343aac ra8844e0  
    3939typedef unsigned char __u8;
    4040typedef unsigned short __u16;
    41 typedef unsigned long __u32;
    42 typedef long long __u64;
     41typedef unsigned int __u32;
     42typedef unsigned long long __u64;
    4343
    4444typedef __u32 __address;
Note: See TracChangeset for help on using the changeset viewer.