qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5] target/loongarch: fix vldi/xvldi raise wrong error


From: Michael Tokarev
Subject: Re: [PATCH v5] target/loongarch: fix vldi/xvldi raise wrong error
Date: Wed, 4 Jun 2025 14:23:03 +0300
User-agent: Mozilla Thunderbird

On 04.06.2025 11:40, Song Gao wrote:

+static bool check_vldi_mode(arg_vldi *a)
+{
+   return (a->imm >>8 & 0xf) <= 12;
+}
  static bool gen_vldi(DisasContext *ctx, arg_vldi *a, uint32_t oprsz)
  {

An empty line can be added here between two functions during patch
apply ;)

/mjt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]