From 0d3918ad7495709005129728dab10997a6d9558e Mon Sep 17 00:00:00 2001 From: Alexios Maras <100875700+alexmr09@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:01:58 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a4baa8..0e85f06 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ git submodule update --init --recursive To implement the modifications in the RISC-V GNU toolchain, adhere to the changes outlined for the following files: -1. **File Path**: `path/to/riscv-gnu-toolchain/riscv-binutils-gdb/include/opcode/riscv-opc.h` +1. **File Path**: `path/to/riscv-gnu-toolchain/binutils/include/opcode/riscv-opc.h` ```c #ifndef RISCV_ENCODING_H @@ -81,7 +81,7 @@ To implement the modifications in the RISC-V GNU toolchain, adhere to the change #endif /* DECLARE_INSN */ ``` -2. **File Path**: `path/to/riscv-gnu-toolchain/riscv-binutils-gdb/opcodes/riscv-opc.c` +2. **File Path**: `path/to/riscv-gnu-toolchain/binutils/opcodes/riscv-opc.c` ```c ...