mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Cleaning: tweaks.
svn path=/branches/powerpc/; revision=24015
This commit is contained in:
@@ -81,7 +81,7 @@ extern "C" {
|
||||
#ifndef VOID
|
||||
#define VOID void
|
||||
#endif
|
||||
typedef signed char CHAR;
|
||||
typedef char CHAR;
|
||||
typedef short SHORT;
|
||||
#ifndef LONG_DEFINED
|
||||
#define LONG_DEFINED
|
||||
|
||||
@@ -1663,6 +1663,9 @@ extern LPSTR _strupr(LPSTR str); /* FIXME: Doesn't belong here */
|
||||
#if defined(__i386__) && defined(__GNUC__)
|
||||
static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("int3"); }
|
||||
static inline void WINAPI DbgUserBreakPoint(void) { __asm__ __volatile__("int3"); }
|
||||
#elif defined(__PowerPC__) && defined(__GNUC__)
|
||||
static inline void WINAPI DbgBreakPoint(void) { __asm__ __volatile__("ti 0,7,0"); }
|
||||
static inline void WINAPI DbgUserBreakPoint(void) { __asm__ __volatile__("ti 0,7,0"); }
|
||||
#else /* __i386__ && __GNUC__ */
|
||||
void WINAPI DbgBreakPoint(void);
|
||||
void WINAPI DbgUserBreakPoint(void);
|
||||
|
||||
Reference in New Issue
Block a user