mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
2000-07-14 Fernando Nasser <fnasser@cygnus.com>
* wrapper.c (sim_create_inferior): Fix typo in the previous patch.
This commit is contained in:
parent
585230bdeb
commit
0a4321b903
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user