TD3 Remove some compilation warnings
This commit is contained in:
parent
4a67b57492
commit
b6b956400c
2 changed files with 4 additions and 7 deletions
|
@ -231,7 +231,7 @@ ExceptionHandler (ExceptionType which)
|
|||
{
|
||||
int s = machine->ReadRegister(4);
|
||||
char * command = new char[MAX_STRING_SIZE];
|
||||
int size = copyStringFromMachine(s, command, MAX_STRING_SIZE);
|
||||
copyStringFromMachine(s, command, MAX_STRING_SIZE);
|
||||
do_ForkExec(command);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue