зеркало из https://github.com/mozilla/gecko-dev.git
Bug 831205 - Fix GCC warning "comma at end of enumerator list". r=billm DONTBUILD
This commit is contained in:
Родитель
2f40d20918
Коммит
b9ec9d66ed
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче