From 5818dee572deabb1e75a0901b43caa81fb30f419 Mon Sep 17 00:00:00 2001 From: "Edgar E. Iglesias" Date: Tue, 10 Jan 2012 10:27:11 +0100 Subject: microblaze: Emulate the hw stackprotector Signed-off-by: Edgar E. Iglesias --- target-microblaze/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'target-microblaze/helper.h') diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h index a8d75c0..9dcfb0f 100644 --- a/target-microblaze/helper.h +++ b/target-microblaze/helper.h @@ -33,6 +33,7 @@ DEF_HELPER_2(mmu_write, void, i32, i32) #endif DEF_HELPER_4(memalign, void, i32, i32, i32, i32) +DEF_HELPER_1(stackprot, void, i32) DEF_HELPER_2(get, i32, i32, i32) DEF_HELPER_3(put, void, i32, i32, i32) -- cgit v1.1