diff options
Diffstat (limited to 'gdb/arch/riscv.h')
-rw-r--r-- | gdb/arch/riscv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/arch/riscv.h b/gdb/arch/riscv.h index 925fffe..bf65b0b 100644 --- a/gdb/arch/riscv.h +++ b/gdb/arch/riscv.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ARCH_RISCV_H -#define ARCH_RISCV_H +#ifndef GDB_ARCH_RISCV_H +#define GDB_ARCH_RISCV_H #include "gdbsupport/tdesc.h" @@ -119,4 +119,4 @@ const target_desc *riscv_lookup_target_description #endif /* GDBSERVER */ -#endif /* ARCH_RISCV_H */ +#endif /* GDB_ARCH_RISCV_H */ |