1 /* ---------------------------------------------- */
8 # bound checking is not implemented
34 mov %rax,%rsi # size, a second parm to the __bound_new_region
42 mov %rsp,%rdi # pointer, a first parm to the __bound_new_region
47 call __bound_new_region
56 /* mark stack as nonexecutable */
57 #if defined __ELF__ && defined __linux__
58 .section .note.GNU-stack,"",@progbits
60 /* ---------------------------------------------- */