diff --git a/reactos/boot/freeldr/freeldr/include/debug.h b/reactos/boot/freeldr/freeldr/include/debug.h index 7d9efe29d3a..ee7c1064619 100644 --- a/reactos/boot/freeldr/freeldr/include/debug.h +++ b/reactos/boot/freeldr/freeldr/include/debug.h @@ -73,9 +73,7 @@ void INSTRUCTION_BREAKPOINT4(unsigned long addr); void MEMORY_READWRITE_BREAKPOINT4(unsigned long addr); void MEMORY_WRITE_BREAKPOINT4(unsigned long addr); -#elif defined(__PowerPC__) -#define UNIMPLEMENTED() BugCheck((DPRINT_WARNING, "This function is unimplemented!\n")) -#endif // defined __i386__ +#endif #else @@ -85,8 +83,8 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr); #define BugCheck(_x_) #define DbgDumpBuffer(_x_, _y_, _z_) -#define UNIMPLEMENTED() BugCheck((DPRINT_WARNING, "This function is unimplemented!\n")) #endif // defined DEBUG +#define UNIMPLEMENTED() BugCheck((DPRINT_WARNING, "This function is unimplemented!\n")) #endif // defined __DEBUG_H