Subversion Repositories Kolibri OS

Rev

Rev 6391 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6391 Rev 6395
Line 9... Line 9...
9
    "int $0x40"
9
    "int $0x40"
10
    :
10
    :
11
    :"a"(63), "b"(1), "c"(ch));
11
    :"a"(63), "b"(1), "c"(ch));
12
}
12
}
Line -... Line 13...
-
 
13
 
13
 
14
//added noninline because incofortabre stepping in in debugger
14
inline void debug_board_write_str(const char* str){
15
void __attribute__ ((noinline)) debug_board_write_str(const char* str){
15
  while(*str)
16
  while(*str)
16
    debug_board_write_byte(*str++);
17
    debug_board_write_byte(*str++);