diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-09-03 12:59:46 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-09-03 12:59:46 +0200 |
commit | 968a40f6fac887846d1316e737619233978a0cee (patch) | |
tree | c89eb5b892403b2c1b10254ab6040926d77b70bf /target-microblaze/helper.h | |
parent | 821ebb33e4e3b082b5d1d92b35fa3a9525dc43ce (diff) |
microblaze: Trap on unaligned data accesses.
Untested...
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r-- | target-microblaze/helper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h index 8c5361ecde..28f251cc64 100644 --- a/target-microblaze/helper.h +++ b/target-microblaze/helper.h @@ -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" |