make LOCAL a register

This commit is contained in:
Vitor Santos Costa
2010-02-10 09:22:20 +00:00
parent 0e85839517
commit 95e596a8a1
4 changed files with 6 additions and 6 deletions

View File

@@ -319,11 +319,9 @@ void SCH_set_load(choiceptr current_cp) {
LOCAL_load = lub;
else
LOCAL_load = lub + YAMOP_LTT(current_cp->cp_ap);
return;
}
static inline
void SCH_new_alternative(yamop *curpc, yamop *new) {
OrFr_alternative(LOCAL_top_or_fr) = new;