diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tcctest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcctest.c b/tests/tcctest.c index e5b6558..988b212 100644 --- a/tests/tcctest.c +++ b/tests/tcctest.c @@ -3431,7 +3431,7 @@ void builtin_test(void) i = sizeof (__builtin_choose_expr (0, ll, s)); printf("bce: %d\n", i); - printf("bera: %p\n", __builtin_extract_return_addr((void*)43)); + //printf("bera: %p\n", __builtin_extract_return_addr((void*)43)); } #ifndef _WIN32 |
