summaryrefslogtreecommitdiff
path: root/cgawas.c
diff options
context:
space:
mode:
authorJohn van Groningen2006-05-29 15:26:47 +0000
committerJohn van Groningen2006-05-29 15:26:47 +0000
commitb93a153a4598dc50a98e79c634391c175d481564 (patch)
tree8cd4342efd6541d828028ea0b67182446debe855 /cgawas.c
parentuse string with 4 byte length for .string directive for 64 bit architectures (diff)
use offset -24 for apply update entry if profiling is used
Diffstat (limited to 'cgawas.c')
-rw-r--r--cgawas.c8
1 files changed, 3 insertions, 5 deletions
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