rework spilling code for jump arguments

This commit is contained in:
Quentin Carbonneaux 2015-07-22 07:09:12 -04:00
parent 0d1595c770
commit 4f4d4cce6f
2 changed files with 13 additions and 10 deletions

View file

@ -32,7 +32,8 @@ enum {
R13,
R14,
R15,
NReg = R15 - RAX + 1
// NReg = R15 - RAX + 1
NReg = 4 /* for test purposes */
};
enum {