add a size to all operations (wip)
This commit is contained in:
parent
0ad9bf1c60
commit
28110b1439
8 changed files with 126 additions and 190 deletions
|
@ -101,6 +101,7 @@ main(int ac, char *av[])
|
|||
printf("\n");
|
||||
break;
|
||||
}
|
||||
#if 0
|
||||
case 'a': {
|
||||
fprintf(stderr, "[Testing Register Allocation]\n");
|
||||
debug['R'] = 1;
|
||||
|
@ -136,6 +137,7 @@ main(int ac, char *av[])
|
|||
pr = 0;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue