[FIX] remove cute code
[platform/kernel/u-boot.git] / board / MAI / bios_emulator / scitech / src / x86emu / x86emu / debug.h
index b4a3ed5..9a4a096 100644 (file)
 
 #define SAVE_IP_CS(x,y)                                                \
        if (DEBUG_DECODE() | DEBUG_TRACECALL() | DEBUG_BREAK() \
-              | DEBUG_IO_TRACE() | DEBUG_SAVE_IP_CS()) { \
+             | DEBUG_IO_TRACE() | DEBUG_SAVE_IP_CS()) { \
                M.x86.saved_cs = x;                                             \
                M.x86.saved_ip = y;                                             \
        }