mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-04-27 10:31:31 +00:00
suicide: honor CONFIG_PRINTING
Change-Id: I19d4ac10558ce2e43226661875c9e758e6ea9e5f GitOrigin-RevId: 25fff914e44565e6acbbf45c7fcc2f4ba08cfe9e
This commit is contained in:
parent
58862a4803
commit
fb94ac248a
@ -33,7 +33,9 @@ __attribute__((naked)) void _start() {
|
||||
}
|
||||
|
||||
int main(int a0, int a1, int a2, int a3) {
|
||||
#if CONFIG_PRINTING
|
||||
seL4_DebugPutString("Goodbye, cruel world!\n");
|
||||
#endif
|
||||
while (1) {
|
||||
char *p = 0x0;
|
||||
*p = 'g';
|
||||
|
Loading…
Reference in New Issue
Block a user