Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Sep 2, 2023
1 parent ef25a75 commit 3e67c45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/dynarec/dynarec.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ void* LinkNext(x86emu_t* emu, uintptr_t addr, void* x2)
//dynablock_t *father = block->father?block->father:block;
return jblock;
}
#endif

#ifdef ANDROID
#define JUMPBUFF sigjmp_buf
#else
Expand Down
2 changes: 1 addition & 1 deletion src/wrapped/wrappedlibjpeg62.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ typedef struct jpeg62_destination_mgr_s {
#endif

typedef struct jmpbuf_helper {
JMPBUFF jmpbuf;
JUMPBUFF jmpbuf;
void* client_data;
void* compress;
}jmpbuf_helper;
Expand Down

0 comments on commit 3e67c45

Please sign in to comment.