Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2020 → Rev 1787

/trunk/kernel/test/debug/mips1/test.c/mips1.c
38,9 → 38,8
#include <arch.h>
 
 
void test_mips1(void)
void test(void)
{
#ifdef mips32
printf("MIPS debug test #1\n");
 
printf("You should enter kconsole debug mode now.\n");
48,7 → 47,4
asm __volatile__ ("break");
 
printf("Test passed.\n");
#else
printf("This test is availaible only on MIPS32 platform.\n");
#endif
}