Loading tests/cris/check_swap.c +1 −0 Original line number Diff line number Diff line Loading @@ -72,4 +72,5 @@ int main(void) { check_swap(); pass(); return 0; } tests/cris/crisutils.h +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ static char *tst_cc_loc = NULL; do { tst_cc_loc = "test_cc failed at " CURRENT_LOCATION; } while(0) /* We need a real symbol to signal error. */ static void _err(void) { void _err(void) { if (!tst_cc_loc) tst_cc_loc = "tst_cc_failed\n"; _fail(tst_cc_loc); Loading Loading
tests/cris/check_swap.c +1 −0 Original line number Diff line number Diff line Loading @@ -72,4 +72,5 @@ int main(void) { check_swap(); pass(); return 0; }
tests/cris/crisutils.h +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ static char *tst_cc_loc = NULL; do { tst_cc_loc = "test_cc failed at " CURRENT_LOCATION; } while(0) /* We need a real symbol to signal error. */ static void _err(void) { void _err(void) { if (!tst_cc_loc) tst_cc_loc = "tst_cc_failed\n"; _fail(tst_cc_loc); Loading