qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v5 6/7] target/riscv: Add XVentanaCondOps custom extension


From: Richard Henderson
Subject: Re: [PATCH v5 6/7] target/riscv: Add XVentanaCondOps custom extension
Date: Wed, 2 Feb 2022 11:40:55 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/1/22 19:36, Philipp Tomsich wrote:
+static bool gen_condmask(DisasContext *ctx, arg_r *a, TCGCond cond)

This should also have a vendor prefix

This one is a static helper function inside a file
..._xventanacondops..._ and not visible outside the compilation unit.
Do we really want to prefix such functions that have local scope as well?

This file is included, therefore the compilation unit is larger than you think.


r~



reply via email to

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