aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r--target-microblaze/helper.h2
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"