mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 903501 - part 6 - mark DebugOnly variable in TryToSpecializeBinaryArithOp; r=jandem
This commit is contained in:
parent
154a93e80e
commit
c98961950d
@ -6,6 +6,8 @@
|
||||
|
||||
#include "jit/BaselineInspector.h"
|
||||
|
||||
#include "mozilla/DebugOnly.h"
|
||||
|
||||
#include "jit/BaselineIC.h"
|
||||
|
||||
using namespace js;
|
||||
@ -228,7 +230,7 @@ TryToSpecializeBinaryArithOp(ICStub **stubs,
|
||||
uint32_t nstubs,
|
||||
MIRType *result)
|
||||
{
|
||||
bool sawInt32 = false;
|
||||
DebugOnly<bool> sawInt32 = false;
|
||||
bool sawDouble = false;
|
||||
bool sawOther = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user