Skip to content

Commit

Permalink
[ANDROID] Fix Clang Compiling (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Nov 28, 2023
1 parent e87915b commit a70e5d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/emu/x86runf30f.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ uintptr_t RunF30F(x86emu_t *emu, uintptr_t addr)
x86emu_t*emu = test->emu;
#endif

#ifdef TERMUX
extern int isinff(float);
extern int isnanf(float);
#endif

opcode = F8;

switch(opcode) {
Expand Down

0 comments on commit a70e5d7

Please sign in to comment.