diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-15 22:49:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-15 22:49:38 +0000 |
commit | c773125567f7df6045d98cf22eec1947a1520d76 (patch) | |
tree | 607aaa209f7eb767cbee8e8bffc6e3b8a32bf063 /include/gdb/sim-arm.h | |
parent | 8758dec1c5c5119a4f9cb59da8375596f0314f94 (diff) | |
download | gdb-c773125567f7df6045d98cf22eec1947a1520d76.zip gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.gz gdb-c773125567f7df6045d98cf22eec1947a1520d76.tar.bz2 |
* sim-arm.h (enum sim_arm_regs): Rename sim_arm_regnum.
Diffstat (limited to 'include/gdb/sim-arm.h')
-rw-r--r-- | include/gdb/sim-arm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdb/sim-arm.h b/include/gdb/sim-arm.h index 1e49781..6d80700 100644 --- a/include/gdb/sim-arm.h +++ b/include/gdb/sim-arm.h @@ -28,7 +28,7 @@ extern "C" { // } #endif -enum sim_arm_regnum +enum sim_arm_regs { SIM_ARM_R0_REGNUM, SIM_ARM_R1_REGNUM, |