kernel/eka/kernel/smondebug.cpp
changeset 279 957c583b417b
parent 0 a41df078684a
equal deleted inserted replaced
275:2b433474f2ba 279:957c583b417b
    26 const char* InitialInputPtr;
    26 const char* InitialInputPtr;
    27 
    27 
    28 #if 1 /*#ifndef __X86__*/
    28 #if 1 /*#ifndef __X86__*/
    29 const char* InitialInput="";
    29 const char* InitialInput="";
    30 #else
    30 #else
    31 const char* InitialInput="replacement\rf\ri\rr\rc0\rc1\rc2\rc3\rc4\rc5\rc6\rc7\rc8\rc9\rca\rcb\rcc\rcd\rce\rcf\r";
    31 const char* InitialInput="replacement\rf\ri\rr\rc0\rc1\rc2\rc3\rc4\rc5\rc6\rc7\rc8\rc9\rca\rcb\rcc\rcd\rce\rcf\rc10\rS\r";
    32 #endif
    32 #endif
    33 
    33 
    34 CrashDebugger::CrashDebugger() 
    34 CrashDebugger::CrashDebugger() 
    35 	: iEncoder(&gDebugGzip) {}
    35 	: iEncoder(&gDebugGzip) {}
    36 
    36