mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-04 20:35:00 +00:00
The memory_region_dispatch_{read|write} operand "unsigned size" is
being converted into a "MemOp op".
Convert interfaces by using no-op size_memop.
After all interfaces are converted, size_memop will be implemented
and the memory_region_dispatch_{read|write} operand "unsigned size"
will be converted into a "MemOp op".
As size_memop is a no-op, this patch does not change any behaviour.
Backports commit 4cbb198eefef41bbca703605c78875fd4fec6ef6 from qemu
|
||
|---|---|---|
| .. | ||
| tcg | ||
| Makefile.objs | ||