File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func Main(options Options) int {
65
65
66
66
C .roc__mainForHost_1_exposed_generic (capturePtr )
67
67
68
- var result C.struct_ResultVoidI32
68
+ var result C.struct_ResultVoidI64
69
69
C .roc__mainForHost_0_caller (nil , capturePtr , & result )
70
70
71
71
// TODO - error handling
Original file line number Diff line number Diff line change 1
1
#include "roc_std.h"
2
2
3
- struct ResultVoidI32 {
4
- union {long int exit_code ;} payload ;
3
+ struct ResultVoidI64 {
4
+ union {int64_t exit_code ;} payload ;
5
5
unsigned char disciminant ;
6
6
};
7
7
@@ -20,4 +20,4 @@ struct ResultVoidStr {
20
20
21
21
void roc__mainForHost_1_exposed_generic (void * captures );
22
22
size_t roc__mainForHost_1_exposed_size ();
23
- void roc__mainForHost_0_caller (char * flags , void * closure_data , struct ResultVoidI32 * result );
23
+ void roc__mainForHost_0_caller (char * flags , void * closure_data , struct ResultVoidI64 * result );
You can’t perform that action at this time.
0 commit comments