We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b789c4 commit 46c93caCopy full SHA for 46c93ca
lib/x86_cpu/x86_target.ml
@@ -440,7 +440,7 @@ module Abi = struct
440
otherwise, pass Arg.register irets;
441
] in
442
describe ~return @@ fun ~alignment:_ size -> select [
443
- is (size > 64), pass Arg.reference iregs;
+ is (size > 64), pass Arg.pointer iregs;
444
C.Type.is_floating, pass Arg.register vregs;
445
otherwise, pass Arg.register iregs;
446
]
0 commit comments