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 4243b87 commit a3bdec0Copy full SHA for a3bdec0
src/ffi.rs
@@ -460,9 +460,11 @@ mod enabled {
460
20 => call_ret_struct!(20)?,
461
24 => call_ret_struct!(24)?,
462
32 => call_ret_struct!(32)?,
463
+ 36 => call_ret_struct!(36)?,
464
40 => call_ret_struct!(40)?,
465
48 => call_ret_struct!(48)?,
466
64 => call_ret_struct!(64)?,
467
+ 120 => call_ret_struct!(120)?,
468
128 => call_ret_struct!(128)?,
469
192 => call_ret_struct!(192)?,
470
256 => call_ret_struct!(256)?,
0 commit comments