TD2 I.6 never exit fot testing purpose
This commit is contained in:
parent
84bf3fdf5f
commit
1a97a8aef5
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ ExceptionHandler (ExceptionType which)
|
|||
#ifdef CHANGED
|
||||
case SC_Exit:
|
||||
{
|
||||
while (1)
|
||||
currentThread->Yield();
|
||||
int ret = machine->ReadRegister(4);
|
||||
printf("Exit code %d\n", ret);
|
||||
interrupt->Powerdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue