From f17151106a4f2674f3ac3543233ef73e83b253b9 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 25 Jun 2007 23:13:16 +0000 Subject: [PATCH] fix [r14763] --- ir/be/arm/arm_spec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/arm/arm_spec.pl b/ir/be/arm/arm_spec.pl index 04ebd1f32..60c7f0679 100644 --- a/ir/be/arm/arm_spec.pl +++ b/ir/be/arm/arm_spec.pl @@ -176,7 +176,7 @@ $mode_fpa = "mode_E"; #--------------------------------------------------# $default_attr_type = "arm_attr_t"; -$default_attr_copy = "arm_copy_attr"; +$default_copy_attr = "arm_copy_attr"; %init_attr = ( arm_attr_t => "\tinit_arm_attributes(res, flags, in_reqs, out_reqs, exec_units, n_res, latency);", -- 2.20.1