[JAEGER] Fix MSVC build bustage from recent changesets

This commit is contained in:
David Mandelin 2010-08-05 16:04:02 -07:00
parent 87780bb6a5
commit 2bd80dd548

View File

@ -88,7 +88,7 @@ mjit::Compiler::tryBinaryConstantFold(JSContext *cx, FrameState &frame, JSOp op,
} }
double dL = 0, dR = 0; double dL = 0, dR = 0;
int32 nL = 0, nR = 0; int32_t nL = 0, nR = 0;
/* /*
* We don't need to check for conversion failure, since primitive conversion * We don't need to check for conversion failure, since primitive conversion
* is infallible. * is infallible.