mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-01-06 16:50:03 +01:00
The get_phys_addr() functions take a pointer to an ARMMMUFaultInfo struct, which they fill in only if a fault occurs. This means that the caller must always zero-initialize the struct before passing it in. We forgot to do this in v7m_stack_read() and v7m_stack_write(). Correct the error. Backports commit ab44c7b71fa683b9402bea0d367b87c881704188 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| sparc | ||