minor fixes

This commit is contained in:
ceriel
1988-05-02 14:13:25 +00:00
parent c961ef5836
commit c5b91b4dcf
2 changed files with 21 additions and 5 deletions

View File

@@ -31,8 +31,8 @@ static int loc_id;
#endif USE_TMP
#ifdef PEEPHOLE
#undef REGCOUNTING
#define REGCOUNTING 1
#undef REGCOUNT
#define REGCOUNT 1
#endif
extern char options[];
@@ -192,7 +192,7 @@ LoadLocal(off, sz)
register struct localvar *p = find_reg(off);
#ifdef USE_TMP
#ifdef REGCOUNTING
#ifdef REGCOUNT
if (p) p->t_count++;
#endif
#endif
@@ -211,7 +211,7 @@ StoreLocal(off, sz)
register struct localvar *p = find_reg(off);
#ifdef USE_TMP
#ifdef REGCOUNTING
#ifdef REGCOUNT
if (p) p->t_count++;
#endif
#endif