From b93a153a4598dc50a98e79c634391c175d481564 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 29 May 2006 15:26:47 +0000 Subject: use offset -24 for apply update entry if profiling is used --- cgawas.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cgawas.c') diff --git a/cgawas.c b/cgawas.c index 90e4e4e..2be66a1 100644 --- a/cgawas.c +++ b/cgawas.c @@ -3482,11 +3482,9 @@ static void w_as_apply_update_entry (struct basic_block *block) w_as_label (block->block_ea_label->label_name); w_as_newline(); } - - if (!block->block_profile){ - w_as_instruction_without_parameters ("nop"); - w_as_instruction_without_parameters ("nop"); - } + + w_as_instruction_without_parameters ("nop"); + w_as_instruction_without_parameters ("nop"); } #endif -- cgit v1.2.3