use general as pointer flag added

This commit is contained in:
ceriel
1989-03-07 10:24:32 +00:00
parent dacaa278f9
commit e1dc6e8e25
9 changed files with 21 additions and 8 deletions

View File

@@ -52,6 +52,8 @@ short regs_available[] = {
0 /* reg_float */
} ;
short use_any_as_pointer = 0;
STATIC cond_p getcondtab(f)
FILE *f;
{
@@ -114,6 +116,7 @@ STATIC ra_machinit(f)
fscanf(f,"%hd",&regs_available[reg_any]);
fscanf(f,"%hd",&regs_available[reg_pointer]);
fscanf(f,"%hd",&regs_available[reg_float]);
fscanf(f,"%hd",&use_any_as_pointer);
get_atab(f,alocaltab);
get_atab(f,alocaddrtab);
aconsttab = getcondtab(f);