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 4dae90a commit 300c492Copy full SHA for 300c492
platforms/Cross/plugins/SqueakFFIPrims/sqFFITestFuncs.c
@@ -46,7 +46,7 @@ typedef struct ffiTestBiggerStruct {
46
47
typedef struct Sd2 {double a,b;} ffiTestSd2;
48
typedef struct Sf2 {float a,b;} ffiTestSf2;
49
-typedef struct Sl2 {long a,b;} ffiTestSl2;
+typedef struct Sl2 {long long a,b;} ffiTestSl2;
50
typedef struct Si2 {int a,b;} ffiTestSi2;
51
typedef struct Ss2 {short a,b;} ffiTestSs2;
52
typedef struct Ssi {short a; int b;} ffiTestSsi;
0 commit comments