Changeset a8844e0 in mainline for arch/ppc64/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/ppc64/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 __u64;
    4343
    44 typedef __u32 __address;
    45 typedef __u32 __native;
     44typedef __u64 __address;
     45typedef __u64 __native;
    4646
    4747typedef char *char_ptr;
Note: See TracChangeset for help on using the changeset viewer.