This commit is contained in:
Brendan Dahl 2015-03-02 15:55:50 -08:00
Родитель cf498c8895
Коммит b9cf143f7a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -475,6 +475,7 @@ module J2ME {
this.hasTwoSlotArguments = this.signatureDescriptor.hasTwoSlotArguments();
this.argumentSlots = this.signatureDescriptor.getArgumentSlotCount();
this.consumeArgumentSlots = this.argumentSlots;
this.mangledName = mangleMethod(this);
if (!this.isStatic) {
this.consumeArgumentSlots ++;
}