On 2010/02/25 11:25:57, Søren Gjesse wrote: [...]
http://codereview.chromium.org/661075/diff/1/3#newcode194 src/platform-freebsd.cc:194: void OS::DebugBreak() { Wont this not lead to emitting int $3 with __arm__ defined and CAN_USE_ARMV5_INSTRUCTIONS not defined?
In platform-linux.cc and platform-openbsd.cc as well.
Yes, it does. Which is why v8 does not build on ARMv4. See: http://code.google.com/p/v8/issues/detail?id=590 http://codereview.chromium.org/661075/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
