%mmcsr and %cause are filled with @trap_arg1 / @trap_arg2,
both declared as uint64_t in target/alpha/cpu.h:
229 uint64_t trap_arg1;
230 uint64_t trap_arg2;
...
Use uint64_t instead of target_ulong.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <
20260202234550.34156-5-philmd@linaro.org>
bool maperr, uintptr_t retaddr)
{
CPUAlphaState *env = cpu_env(cs);
- target_ulong mmcsr, cause;
+ uint64_t mmcsr, cause;
/* Assuming !maperr, infer the missing protection. */
switch (access_type) {