commit | 5d423b80789a19bb716d71d51902a4aa447d1d3e | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Jun 28 11:49:19 2019 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jul 02 19:18:48 2019 -0400 |
tree | 2ec754f609c816f1131d907445bf4f630bcff256 | |
parent | d202d620c718ff124f653278a0e3aa8bcf16ec24 [diff] |
userspace: minor typo fixes in various places System call arguments are indexed from 1 to 6, so arg0 is corrected to arg1 in two occasions. In addition, the ARM function for system calls is now called z_arm_do_syscall, so we update the inline comment in __svc handler. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>