Bug 1097458 - IonMonkey: assigned a named for RValueAllocation Layout UNTYPED_STACK_REG. r=nbp

This commit is contained in:
Douglas Crosher 2014-11-12 15:18:27 +11:00
parent ea4f6f8716
commit 913dd95dc5

View File

@ -192,7 +192,8 @@ RValueAllocation::layoutFromMode(Mode mode)
case UNTYPED_STACK_REG: {
static const RValueAllocation::Layout layout = {
PAYLOAD_STACK_OFFSET,
PAYLOAD_GPR
PAYLOAD_GPR,
"value"
};
return layout;
}