mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
microblaze: Trap on unaligned data accesses.
Untested... Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
821ebb33e4
commit
968a40f6fa
3 changed files with 45 additions and 2 deletions
|
@ -16,4 +16,6 @@ DEF_HELPER_1(mmu_read, i32, i32)
|
|||
DEF_HELPER_2(mmu_write, void, i32, i32)
|
||||
#endif
|
||||
|
||||
DEF_HELPER_4(memalign, void, i32, i32, i32, i32)
|
||||
|
||||
#include "def-helper.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue