gdb/riscv: Add back missing braces in riscv-linux-nat.c
authorAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 28 Oct 2018 10:43:26 +0000 (10:43 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Sun, 28 Oct 2018 10:43:26 +0000 (10:43 +0000)
commita3d7226832e5750211ec300c5929dc0f035a3661
treea2bdd5c1ef37b35469f1ef221a90cedfbe211e25
parent8fc91c409847f0d4e3e4cdac8161158fafd78636
gdb/riscv: Add back missing braces in riscv-linux-nat.c

In this commit:

    commit ee67fd7f3f6ca78eede2862e309c0bcf266bbd7e
    Date:   Thu Oct 25 12:03:31 2018 +0100

        gdb/riscv: Use correct regnum in riscv_linux_nat_target::fetch_registers

I incorrectly removed a set of braces in violation of the GDB coding
standard.  This commit adds them back.

gdb/ChangeLog:

* riscv-linux-nat.c (riscv_linux_nat_target::fetch_registers):
Add missing braces.  No functional change.
gdb/ChangeLog
gdb/riscv-linux-nat.c
This page took 0.026593 seconds and 4 git commands to generate.