Update README.md

This commit is contained in:
Alexios Maras
2024-07-24 18:01:58 +03:00
committed by GitHub
parent 48ca62244f
commit 0d3918ad74
+2 -2
View File
@@ -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
...