Fix PHI stack slot syncing.
This commit is contained in:
@@ -139,6 +139,8 @@ enum {
|
||||
#define SPS_FIRST 2
|
||||
#endif
|
||||
|
||||
#define SPOFS_TMP 0
|
||||
|
||||
#define sps_scale(slot) (4 * (int32_t)(slot))
|
||||
#define sps_align(slot) (((slot) - SPS_FIXED + 3) & ~3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user