mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
do not disable all asm_test for macos
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user