Skip to content

Commit

Permalink
Merge pull request mono#706 from elijahtaylor/fixdyncode
Browse files Browse the repository at this point in the history
Fix nacl_dyncode include
  • Loading branch information
kumpera committed Jul 17, 2013
2 parents 442ccb9 + 614f3f9 commit beb9cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/tramp-amd64.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#if defined(__native_client_codegen__) && defined(__native_client__)
#include <malloc.h>
#include <sys/nacl_syscalls.h>
#include <nacl/nacl_dyncode.h>
#endif

#define IS_REX(inst) (((inst) >= 0x40) && ((inst) <= 0x4f))
Expand Down

0 comments on commit beb9cee

Please sign in to comment.