Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3484 → Rev 3515

/branches/arm/boot/arch/arm32/loader/print/write.c/gxemul.c
39,7 → 39,12
 
 
/** Address where characters to be printed are expected. */
#ifdef MACHINE_GXEMUL_TESTARM
#define PUTC_ADDRESS 0x10000000
#endif
#ifdef MACHINE_QEMU_ICP
#define PUTC_ADDRESS 0x16000000
#endif
 
 
/** Prints a character to the console.