Re: [PATCH v14 4/8] [RISCV_PM] Add J extension state description

2021-10-19 Thread Alexey Baturo
Sure, will fix that. Thanks вт, 19 окт. 2021 г. в 09:53, Alistair Francis : > On Mon, Oct 18, 2021 at 3:36 AM Alexey Baturo > wrote: > > > > Signed-off-by: Alexey Baturo > > --- > > target/riscv/machine.c | 27 +++ > > 1 file changed, 27 insertions(+) > > > > diff --git

Re: [PATCH v14 4/8] [RISCV_PM] Add J extension state description

2021-10-19 Thread Alistair Francis
On Mon, Oct 18, 2021 at 3:36 AM Alexey Baturo wrote: > > Signed-off-by: Alexey Baturo > --- > target/riscv/machine.c | 27 +++ > 1 file changed, 27 insertions(+) > > diff --git a/target/riscv/machine.c b/target/riscv/machine.c > index 16a08302da..4d99880797 100644 > --- a

[PATCH v14 4/8] [RISCV_PM] Add J extension state description

2021-10-17 Thread Alexey Baturo
Signed-off-by: Alexey Baturo --- target/riscv/machine.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/target/riscv/machine.c b/target/riscv/machine.c index 16a08302da..4d99880797 100644 --- a/target/riscv/machine.c +++ b/target/riscv/machine.c @@ -84,6 +84,14 @@