diff options
author | John van Groningen | 2003-05-23 15:40:03 +0000 |
---|---|---|
committer | John van Groningen | 2003-05-23 15:40:03 +0000 |
commit | 960ea63816d87f9e79d419b3f3ce8380f0d04487 (patch) | |
tree | a7a9067c3a90cfb1f43517988d53438614132eb3 /cginstructions.c | |
parent | use ffree instead of finit (diff) |
add SEPARATE_A_AND_B_STACK_OVERFLOW_CHECKS #define
Diffstat (limited to 'cginstructions.c')
-rw-r--r-- | cginstructions.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |