mirror of
https://github.com/frida/tinycc
synced 2025-01-03 10:34:37 +03:00
tcctest: explain why i386 is not tested
This commit is contained in:
parent
1d4d74d6d0
commit
43fb5a72e7
@ -3321,6 +3321,9 @@ extern int bug_table[] __attribute__((section("__bug_table")));
|
||||
char * get_asm_string (void)
|
||||
{
|
||||
#ifdef __i386__
|
||||
/* i386 is not currently tested because this code triggers a gcc
|
||||
bug on some distributions. See
|
||||
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946678 */
|
||||
char *str = "(not tested)";
|
||||
#else
|
||||
extern int some_symbol;
|
||||
|
Loading…
Reference in New Issue
Block a user