use correct sizes during reg allocation
This commit is contained in:
parent
d586852552
commit
df358ad6d2
4 changed files with 38 additions and 30 deletions
|
@ -60,7 +60,8 @@ enum {
|
|||
NReg = 3 /* for test purposes */
|
||||
};
|
||||
|
||||
#define LTW(r) (r + (EAX-RAX))
|
||||
#define WORD(r) (r + (EAX-RAX))
|
||||
#define BASE(r) (r >= EAX ? r - (EAX-RAX) : r)
|
||||
|
||||
enum {
|
||||
NString = 32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue