fix ffi test int ffi test 36 point 5
parent
d2d2c5d84f
commit
8a0909d849
|
@ -364,9 +364,9 @@ FUNCTION: ulonglong ffi_test_38 ( ulonglong x, ulonglong y ) ;
|
|||
+ + 1+
|
||||
] alien-callback ;
|
||||
|
||||
FUNCTION: void ffi_test_36_point_5 ( ) ;
|
||||
FUNCTION: void int_ffi_test_36_point_5 ( ) ;
|
||||
|
||||
[ ] [ ffi_test_36_point_5 ] unit-test
|
||||
[ ] [ int_ffi_test_36_point_5 ] unit-test
|
||||
|
||||
FUNCTION: int ffi_test_37 ( void* func ) ;
|
||||
|
||||
|
|
|
@ -253,7 +253,7 @@ double ffi_test_36(struct test_struct_12 x)
|
|||
|
||||
static int global_var;
|
||||
|
||||
void ffi_test_36_point_5(void)
|
||||
void int_ffi_test_36_point_5(void)
|
||||
{
|
||||
printf("int_ffi_test_36_point_5\n");
|
||||
global_var = 0;
|
||||
|
|
Loading…
Reference in New Issue