mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix pasto.
llvm-svn: 143802
This commit is contained in:
parent
3c2ba1a51a
commit
351ccbc5d4
@ -171,10 +171,10 @@ typedef signed int ssize_t;
|
||||
# define PRId64 "I64d"
|
||||
#endif
|
||||
#ifndef PRIi64
|
||||
# define PRIu64 "I64i"
|
||||
# define PRIi64 "I64i"
|
||||
#endif
|
||||
#ifndef PRIo64
|
||||
# define PRIx64 "I64o"
|
||||
# define PRIo64 "I64o"
|
||||
#endif
|
||||
#ifndef PRIu64
|
||||
# define PRIu64 "I64u"
|
||||
|
@ -171,10 +171,10 @@ typedef signed int ssize_t;
|
||||
# define PRId64 "I64d"
|
||||
#endif
|
||||
#ifndef PRIi64
|
||||
# define PRIu64 "I64i"
|
||||
# define PRIi64 "I64i"
|
||||
#endif
|
||||
#ifndef PRIo64
|
||||
# define PRIx64 "I64o"
|
||||
# define PRIo64 "I64o"
|
||||
#endif
|
||||
#ifndef PRIu64
|
||||
# define PRIu64 "I64u"
|
||||
|
Loading…
Reference in New Issue
Block a user