forked from Imagelibrary/binutils-gdb
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Fix typo in the previous patch.
This commit is contained in:
@@ -228,7 +228,7 @@ sim_create_inferior (sd, abfd, argv, env)
|
||||
/* Reset mode to ARM. A gdb user may rerun a program that had entered
|
||||
THUMB mode from the start and cause the ARM-mode startup code to be
|
||||
executed in THUMB mode. */
|
||||
ARMul_SetCPSR (state, THUMB2MODE);
|
||||
ARMul_SetCPSR (state, USER32MODE);
|
||||
break;
|
||||
|
||||
case 3: /* armv3 */
|
||||
|
||||
Reference in New Issue
Block a user