mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-04 08:30:13 +00:00
silence some debug output
This commit is contained in:
parent
5383bc9457
commit
03501ca622
@ -1450,7 +1450,6 @@ void m68k_init_cumulative_args (CUMULATIVE_ARGS *cum,
|
||||
if(TREE_CODE(regparam) == STRING_CST)
|
||||
{
|
||||
const char *paramstr = TREE_STRING_POINTER(regparam);
|
||||
printf("regparam: %s\n", paramstr);
|
||||
|
||||
const char *p = paramstr;
|
||||
|
||||
@ -1480,7 +1479,6 @@ void m68k_init_cumulative_args (CUMULATIVE_ARGS *cum,
|
||||
p += 2;
|
||||
|
||||
}
|
||||
printf("regparam parsed: %d, %d", (int) ok, idx);
|
||||
// TODO: error checking
|
||||
cum->total_count = idx - 1;
|
||||
if(cum->total_count < 0)
|
||||
|
@ -5056,7 +5056,6 @@ expand_function_end (void)
|
||||
|
||||
if (lookup_attribute ("pascal", TYPE_ATTRIBUTES (TREE_TYPE(current_function_decl))))
|
||||
{
|
||||
printf("\n\npascal function\n\n");
|
||||
tree decl_result = DECL_RESULT (current_function_decl);
|
||||
rtx decl_rtl = DECL_RTL (decl_result);
|
||||
enum machine_mode mode = GET_MODE(decl_rtl);;
|
||||
|
Loading…
x
Reference in New Issue
Block a user