generate more register messages

This commit is contained in:
ceriel
1988-04-26 15:33:48 +00:00
parent 12626e6e9e
commit 0ac5bd7e39
5 changed files with 18 additions and 12 deletions

View File

@@ -34,7 +34,7 @@
char *symbol2str();
char *long2str();
arith NewLocal(); /* util.c */
#define LocalPtrVar() NewLocal(pointer_size, pointer_align, reg_pointer, 0)
#define LocalPtrVar() NewLocal(pointer_size, pointer_align, reg_pointer, REGISTER)
/* EVAL() is the main expression-tree evaluator, which turns
any legal expression tree into EM code. Parameters: