diff options
Diffstat (limited to 'gdb/sim-regno.h')
-rw-r--r-- | gdb/sim-regno.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h index aacfcf2..29be20f 100644 --- a/gdb/sim-regno.h +++ b/gdb/sim-regno.h @@ -27,7 +27,8 @@ cardinal. When there is no corresponding register, it returns a negative value. */ -enum sim_regno { +enum sim_regno +{ /* Normal sane architecture. The simulator is known to not model this register. */ SIM_REGNO_DOES_NOT_EXIST = -1, |