On 1/3/21 4:57 PM, Philippe Mathieu-Daudé wrote:
> On 1/2/21 12:15 AM, Philippe Mathieu-Daudé wrote:
>> On 12/15/20 7:41 AM, Jiaxun Yang wrote:
>>> Address should be unsigned anyway, otherwise it may carry
>>> calculations wrongly.
>>>
>>> Signed-off-by: Jiaxun Yang
>>> ---
>>> hw/mips/fuloong2e.
On 1/2/21 12:15 AM, Philippe Mathieu-Daudé wrote:
> On 12/15/20 7:41 AM, Jiaxun Yang wrote:
>> Address should be unsigned anyway, otherwise it may carry
>> calculations wrongly.
>>
>> Signed-off-by: Jiaxun Yang
>> ---
>> hw/mips/fuloong2e.c | 12 ++--
>> hw/mips/malta.c | 22 +
On 12/15/20 7:41 AM, Jiaxun Yang wrote:
> Address should be unsigned anyway, otherwise it may carry
> calculations wrongly.
>
> Signed-off-by: Jiaxun Yang
> ---
> hw/mips/fuloong2e.c | 12 ++--
> hw/mips/malta.c | 22 +++---
> 2 files changed, 17 insertions(+), 17 del
Address should be unsigned anyway, otherwise it may carry
calculations wrongly.
Signed-off-by: Jiaxun Yang
---
hw/mips/fuloong2e.c | 12 ++--
hw/mips/malta.c | 22 +++---
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/hw/mips/fuloong2e.c b/hw/mips/fu