Skip to content

Fixes and improvements to syscalls

Jimmy Brush requested to merge syscalls into master
  • prevent syscall function arguments from being shadowed by return values
  • make sysno an immediate constant operand in the asm stub
  • calculate clobbers correctly

Merge request reports