diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-01-10 10:27:11 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-01-12 13:54:16 +0100 |
commit | 5818dee572deabb1e75a0901b43caa81fb30f419 (patch) | |
tree | 98ce117e5395b85d8aef4fcc0637059586aa6f4f /target-microblaze/helper.h | |
parent | 48b5e96f0f7006f46a7d6c6f0934a6acdda22e3b (diff) |
microblaze: Emulate the hw stackprotector
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze/helper.h')
-rw-r--r-- | target-microblaze/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-microblaze/helper.h b/target-microblaze/helper.h index a8d75c0bf0..9dcfb0f1d5 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) |