From 7fde27c6a2bf4adeb6e26495fc22115f7714de5d Mon Sep 17 00:00:00 2001 From: Aiden Gall Date: Sun, 12 Oct 2025 23:40:07 +0100 Subject: simplify .RI macro --- tco_go.3 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tco_go.3 b/tco_go.3 index ce7355d..19b8a10 100644 --- a/tco_go.3 +++ b/tco_go.3 @@ -52,14 +52,7 @@ mileage may vary. .P .BR tco_args () currently only supports arguments passed by registers -.RI ( %rdi , -.IR %rsi , -.IR %rdx , -.IR %r10 , -.IR %r8 , -.I %r9 -and -.IR %xmm0\-8 ). +.RI ( %rdi ", " %rsi ", " %rdx ", " %r10 ", " %r8 ", " %r9 " and " %xmm0-8 ). Spawning coroutines that take arguments on the stack will result in stack corruption. Refer to the System V ABI for more details. -- cgit v1.2.3