From 89c01fbb42404caa3d7fb8617dcf669f6c894baa Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 7 Dec 2016 21:53:18 +0000 Subject: Fix compute_extreme_stack_offsets call --- cgopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgopt.c b/cgopt.c index 4dc9225..1625189 100644 --- a/cgopt.c +++ b/cgopt.c @@ -859,7 +859,7 @@ void optimize_stack_access (struct basic_block *block,int *a_offset_p,int *b_off b_offset=0; - compute_extreme_stack_offsets (b_offset_p + compute_extreme_stack_offsets (*b_offset_p # ifdef THUMB2 , &min_a_offset , &first_instruction_to_fix_a_offset -- cgit v1.2.3