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
parent 13ee123f23
commit c67cff5ead

View File

@ -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: