зеркало из https://github.com/mozilla/pluotsorbet.git
Add missing stack.pop() in Isolate.setPriority0
This commit is contained in:
Родитель
512ceeb4a5
Коммит
218d49e0e9
|
@ -672,7 +672,7 @@ Native["com/sun/cldc/isolate/Isolate.id0.()I"] = function(ctx, stack) {
|
|||
}
|
||||
|
||||
Native["com/sun/cldc/isolate/Isolate.setPriority0.(I)V"] = function(ctx, stack) {
|
||||
var _this = stack.pop();
|
||||
var newPriority = stack.pop(), _this = stack.pop();
|
||||
}
|
||||
|
||||
var links = {};
|
||||
|
|
Загрузка…
Ссылка в новой задаче