mirror of
https://github.com/apache/nuttx.git
synced 2026-06-11 13:43:36 +08:00
2cf8ac2f63
Simplifies the implementation of dispatch_syscall, making it easier to understand and maintain. Let the C-compiler do most of the work, instead of doing everything as inline assembly.