Skip to content

Commit 00e2a55

Browse files
authored
Merge pull request #766 from Marcos-cat/main
add some more ffi sizes
2 parents 4243b87 + a3bdec0 commit 00e2a55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ffi.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,11 @@ mod enabled {
460460
20 => call_ret_struct!(20)?,
461461
24 => call_ret_struct!(24)?,
462462
32 => call_ret_struct!(32)?,
463+
36 => call_ret_struct!(36)?,
463464
40 => call_ret_struct!(40)?,
464465
48 => call_ret_struct!(48)?,
465466
64 => call_ret_struct!(64)?,
467+
120 => call_ret_struct!(120)?,
466468
128 => call_ret_struct!(128)?,
467469
192 => call_ret_struct!(192)?,
468470
256 => call_ret_struct!(256)?,

0 commit comments

Comments
 (0)