Fix restoring state

This commit is contained in:
copy 2017-04-28 21:30:05 -05:00
parent 57965ca8c2
commit 74d2170d53

View file

@ -112,7 +112,7 @@ ACPI.prototype.get_state = function()
return state;
};
CPU.prototype.set_state = function(state)
ACPI.prototype.set_state = function(state)
{
this.status = state[0];
this.pm1_status = state[1];