Skip to content

Commit

Permalink
Guard Solaris-specific assembly code from non-Solaris hosts
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Terceiro <terceiro@softwarelivre.org>
  • Loading branch information
sadkingbilly authored and terceiro committed Feb 6, 2012
1 parent b62a507 commit 0a0327d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtest/NumberTest.c
Expand Up @@ -23,7 +23,7 @@
#include <string.h> #include <string.h>
#include <stdint.h> #include <stdint.h>


#ifdef __sparc #if defined(__sparc) && defined(__sun__)
#define fix_mem_access __asm("ta 6") #define fix_mem_access __asm("ta 6")
#else #else
#define fix_mem_access #define fix_mem_access
Expand Down

0 comments on commit 0a0327d

Please sign in to comment.