Rev 2050 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2050 | Rev 2051 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #include <arch.h> |
39 | #include <arch.h> |
40 | 40 | ||
41 | char * test_mips1(bool quiet) |
41 | char * test_mips1(bool quiet) |
42 | { |
42 | { |
- | 43 | if (!quiet) |
|
43 | printf("You should enter kconsole debug mode now.\n"); |
44 | printf("You should enter kconsole debug mode now.\n"); |
44 | 45 | ||
45 | asm volatile ( |
46 | asm volatile ( |
46 | "break\n" |
47 | "break\n" |
47 | ); |
48 | ); |
48 | 49 |