Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1787 → Rev 2020

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