From 343d66ade59f0f8b2a7e94bbdfa7240997efa8a0 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Sat, 10 Mar 2007 06:57:16 +0000 Subject: [PATCH] sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands. * config/sh/sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands. From-SVN: r122792 --- gcc/ChangeLog | 5 +++++ gcc/config/sh/sh.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee77d386d48..5e2f3ea5816 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-10 Kaz Kojima + + * config/sh/sh.c (sh_insn_length_adjustment): Adjust for + the change of decode_asm_operands. + 2007-03-10 Kaz Kojima * mode-switching.c (create_pre_exit): Skip blockage insn. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index bb2776f1c89..68f8ec1fa1f 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -8594,7 +8594,7 @@ sh_insn_length_adjustment (rtx insn) template = XSTR (body, 0); else if (asm_noperands (body) >= 0) template - = decode_asm_operands (body, NULL, NULL, NULL, NULL); + = decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL); else return 0; do -- 2.30.2