xiaoxiang781216 commented on code in PR #12682:
URL: https://github.com/apache/nuttx/pull/12682#discussion_r1679372255
##########
arch/tricore/include/syscall.h:
##########
@@ -171,6 +184,18 @@ static inline uintptr_t sys_call1(unsigned int nbr,
uintptr_t parm1)
: "i"(SYS_syscall)
: "memory", "a11"
);
+#else
+ register long reg0 __asm__("d8") = (long)(nbr);
Review Comment:
could we share the same implementation between tasking and gcc?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]