Bug 831205 - Fix GCC warning "comma at end of enumerator list". r=billm DONTBUILD

This commit is contained in:
Jon Coppeard 2013-01-16 17:24:28 -08:00
Родитель 2f40d20918
Коммит b9ec9d66ed
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -278,7 +278,7 @@ class StackFrame
RUNNING_IN_ION = 0x400000, /* frame is running in Ion */
CALLING_INTO_ION = 0x800000, /* frame is calling into Ion */
JIT_REVISED_STACK = 0x1000000, /* sp was revised by JIT for lowered apply */
JIT_REVISED_STACK = 0x1000000 /* sp was revised by JIT for lowered apply */
};
private: