2002-10-31 Joel Sherrill <joel@OARcorp.com>

* comm/i386-stub.c: Fixed places where debug_error() was not called
	with enough arguments.
This commit is contained in:
Joel Sherrill
2002-10-31 21:51:53 +00:00
parent 5c40330977
commit dabe72e914
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Fixed places where debug_error() was not called
with enough arguments.
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* comm/i386-stub.c: Removed warnings.

View File

@@ -845,7 +845,7 @@ handle_exception (int exceptionVector)
if (mem_err)
{
strcpy (remcomOutBuffer, "E03");
debug_error ("memory fault");
debug_error ("memory fault", 0);
}
}
@@ -871,7 +871,7 @@ handle_exception (int exceptionVector)
if (mem_err)
{
strcpy (remcomOutBuffer, "E03");
debug_error ("memory fault");
debug_error ("memory fault", 0);
}
else
{