mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
Add period to sentence in comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-01-13 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* interp.c (sim_open): Add period to end of sentence in comment.
|
||||
|
||||
2010-01-13 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* interp.c (sim_open): Initialize the SIM_DESC object properly
|
||||
|
@ -1177,7 +1177,7 @@ sim_open (kind, cb, abfd, argv)
|
||||
set_initial_gprs (); /* Reset the GPR registers. */
|
||||
|
||||
/* Configure/verify the target byte order and other runtime
|
||||
configuration options */
|
||||
configuration options. */
|
||||
if (sim_config (sd) != SIM_RC_OK)
|
||||
{
|
||||
sim_module_uninstall (sd);
|
||||
|
Reference in New Issue
Block a user