Skip to content

Commit

Permalink
Unit tests: fix compilation on x86_64
Browse files Browse the repository at this point in the history
Relates NEMO#701
  • Loading branch information
martyone committed Oct 11, 2013
1 parent 26ef760 commit 1252c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ut/common.h
Expand Up @@ -40,7 +40,7 @@

/* Support for stubs for static functions */

#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)

# define _LOCAL_STUB_DECL_JMP_ASM_FIELDS \
unsigned char jmp; \
Expand Down

0 comments on commit 1252c1d

Please sign in to comment.