Re: [PATCH V5] target/riscv: Align the data type of reset vector address

2021-03-30 Thread Alistair Francis
On Sun, Mar 28, 2021 at 11:48 PM Dylan Jhong wrote: > > Use target_ulong to instead of uint64_t on reset vector address > to adapt on both 32/64 machine. > > Signed-off-by: Dylan Jhong > Signed-off-by: Ruinland ChuanTzu Tsai Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.c

Re: [PATCH V5] target/riscv: Align the data type of reset vector address

2021-03-29 Thread Bin Meng
On Mon, Mar 29, 2021 at 11:48 AM Dylan Jhong wrote: > > Use target_ulong to instead of uint64_t on reset vector address > to adapt on both 32/64 machine. > > Signed-off-by: Dylan Jhong > Signed-off-by: Ruinland ChuanTzu Tsai > --- > target/riscv/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH V5] target/riscv: Align the data type of reset vector address

2021-03-28 Thread Dylan Jhong
Use target_ulong to instead of uint64_t on reset vector address to adapt on both 32/64 machine. Signed-off-by: Dylan Jhong Signed-off-by: Ruinland ChuanTzu Tsai --- target/riscv/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/riscv/cpu.c b/target/riscv/cpu.c ind