mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
microblaze: Emulate the hw stackprotector
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
This commit is contained in:
parent
48b5e96f0f
commit
5818dee572
4 changed files with 48 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue