mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-23 21:41:01 +00:00
64661a9165
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 |