forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user