summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn van Groningen2011-11-22 10:41:31 +0000
committerJohn van Groningen2011-11-22 10:41:31 +0000
commit456ac7d47ef637c200d7e8b01f134b6d5375c26e (patch)
tree7651fa5cad5cb33ee53a8c53b61b47b6e291e412
parentuse movq instead of movl for a 64 bit constant in w_as_div_rem_i_instruction (diff)
remove an unused variable
-rw-r--r--cgawas.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgawas.c b/cgawas.c
index 89ac5ed..774decc 100644
--- a/cgawas.c
+++ b/cgawas.c
@@ -3271,8 +3271,6 @@ static void w_as_fmoves_instruction (struct instruction *instruction)
internal_error_in_function ("w_as_fmoves_instruction");
}
-static int int_to_real_scratch_imported=0;
-
static void w_as_fmovel_instruction (struct instruction *instruction)
{
if (instruction->instruction_parameters[0].parameter_type==P_F_REGISTER){
@@ -3834,7 +3832,6 @@ void initialize_write_assembly (FILE *ass_file)
in_data_section=0;
first_call_and_jump=NULL;
- int_to_real_scratch_imported=0;
#ifdef MACH_O64
if (!intel_asm)