|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 2/2] target/ppc: Implement attn instruction on BookS 64-bit processors |
Date: | Fri, 19 Jan 2024 09:09:18 +1100 |
User-agent: | Mozilla Thunderbird |
On 1/19/24 02:25, Nicholas Piggin wrote:
+/* attn enable check */ +static inline int check_attn_none(CPUPPCState *env)
Don't mark inline ...
@@ -2150,6 +2170,7 @@ POWERPC_FAMILY(405)(ObjectClass *oc, void *data) dc->desc = "PowerPC 405"; pcc->init_proc = init_proc_405; pcc->check_pow = check_pow_nocheck; + pcc->check_attn = check_attn_none;
... since it is never called directly. r~
[Prev in Thread] | Current Thread | [Next in Thread] |