mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 831205 - Fix GCC warning "comma at end of enumerator list". r=billm DONTBUILD
This commit is contained in:
parent
2f40d20918
commit
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:
|
||||
|
Loading…
Reference in New Issue
Block a user