Revision: 24355
Author: [email protected]
Date: Wed Oct 1 09:35:27 2014 UTC
Log: Fix clang compilation
BUG=none
[email protected]
LOG=n
Review URL: https://codereview.chromium.org/621673003
https://code.google.com/p/v8/source/detail?r=24355
Modified:
/branches/bleeding_edge/src/heap/spaces.cc
=======================================
--- /branches/bleeding_edge/src/heap/spaces.cc Wed Oct 1 09:16:57 2014 UTC
+++ /branches/bleeding_edge/src/heap/spaces.cc Wed Oct 1 09:35:27 2014 UTC
@@ -110,7 +110,7 @@
}
}
- if (requested < kMinimumCodeRangeSize) {
+ if (requested <= kMinimumCodeRangeSize) {
requested = kMinimumCodeRangeSize;
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.