cpu.x86.32: fastcall struct returns are different on Linux than everywhere else for some unknown reason

release
Slava Pestov 2010-04-12 18:44:02 -04:00
parent a7ee58dc83
commit 2712496880
1 changed files with 2 additions and 1 deletions

View File

@ -359,6 +359,7 @@ M: long-long-type flatten-value-type (flatten-stack-type) ;
M: c-type flatten-value-type
dup rep>> int-rep? [ (flatten-int-type) ] [ (flatten-stack-type) ] if ;
M: x86.32 struct-return-pointer-type (stack-value) ;
M: x86.32 struct-return-pointer-type
os linux? void* (stack-value) ? ;
check-sse