On Wed, 18 Aug 2021 at 21:11, Richard Henderson
wrote:
>
> Pass in the MemOp instead of a callback.
> Drop the fp argument; add a locked argument.
>
> Signed-off-by: Richard Henderson
> ---
> target/alpha/translate.c | 104 +++
> 1 file changed, 40 insertions(
Pass in the MemOp instead of a callback.
Drop the fp argument; add a locked argument.
Signed-off-by: Richard Henderson
---
target/alpha/translate.c | 104 +++
1 file changed, 40 insertions(+), 64 deletions(-)
diff --git a/target/alpha/translate.c b/target/alp