Skip to main content

get_global_syscall_fired

Function get_global_syscall_fired 

Source
pub fn get_global_syscall_fired() -> usize
Expand description

Get the SYSCALL_FIRED flag.

This indicates that the app called a syscall.

We need to do this in assembly because we cannot have Rust access the global variable.