forked from Imagelibrary/binutils-gdb
2011-03-04 Michael Snyder <msnyder@vmware.com>
Reverting this patch: * infcall.c (call_function_by_hand): Add break statements for lint.
This commit is contained in:
@@ -831,11 +831,9 @@ Evaluation of the expression containing the function\n\
|
||||
(%s) will be abandoned.\n\
|
||||
When the function is done executing, GDB will silently stop."),
|
||||
e.message, name);
|
||||
break; /* lint */
|
||||
case RETURN_QUIT:
|
||||
default:
|
||||
throw_exception (e);
|
||||
break; /* lint */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user