do not disable all asm_test for macos

This commit is contained in:
herman ten brugge
2020-06-25 09:10:11 +02:00
parent 383acf8eff
commit 86992622dc

View File

@@ -3263,7 +3263,7 @@ void local_label_test(void)
printf("bb2\n");
goto l4;
}
/* inline assembler test */
#if defined(__i386__) || defined(__x86_64__)
@@ -3685,6 +3685,7 @@ void test_asm_call(void)
# define RX
#endif
void asm_dot_test(void)
{
#ifndef __APPLE__
int x;
@@ -3724,6 +3725,7 @@ void asm_dot_test(void)
}
if (r == x)
break;
printf("asm_dot_test %d: %d\n", x, r);
}
#endif
}