From 960ea63816d87f9e79d419b3f3ce8380f0d04487 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Fri, 23 May 2003 15:40:03 +0000 Subject: add SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS #define --- cginstructions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cginstructions.c') diff --git a/cginstructions.c b/cginstructions.c index b8c1520..8b445e7 100644 --- a/cginstructions.c +++ b/cginstructions.c @@ -81,7 +81,7 @@ LABEL *realloc_0_label,*realloc_1_label,*realloc_2_label,*realloc_3_label, *schedule_0_label,*schedule_1_label,*schedule_2_label,*schedule_3_label, *schedule_eval_label,*stack_overflow_label; -#ifdef I486 +#ifdef SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS LABEL *end_a_stack_label,*end_b_stack_label; #endif @@ -3779,7 +3779,7 @@ void init_cginstructions (void) stack_overflow_label=enter_label ("stack_overflow",IMPORT_LABEL); stack_overflow_label->label_id=next_label_id++; } -#ifdef I486 +#ifdef SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS end_a_stack_label=enter_label ("end_a_stack",IMPORT_LABEL); end_a_stack_label->label_id=next_label_id++; end_b_stack_label=enter_label ("end_b_stack",IMPORT_LABEL); -- cgit v1.2.3