2000-07-14 Fernando Nasser <fnasser@cygnus.com>

* wrapper.c (sim_create_inferior): Fix typo in the previous patch.
This commit is contained in:
Fernando Nasser 2000-07-14 21:27:15 +00:00
parent 585230bdeb
commit 0a4321b903
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Fix typo in the previous patch.
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Reset mode to ARM when creating a

View File

@ -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 */