mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 831205 - Fix GCC warning "comma at end of enumerator list". r=billm DONTBUILD
This commit is contained in:
parent
13ee123f23
commit
c67cff5ead
@ -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