2011-02-19 Yong Li <yoli@rim.com>
Reviewed by Eric Seidel. https://bugs.webkit.org/show_bug.cgi?id=54687 When being built with armcc, "int" bit fields are treated as unsigned integers, which will fail the comparisons like "m_offset == -1". Using "signed" fixes the problem. * assembler/ARMAssembler.h: * assembler/ARMv7Assembler.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@79124 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Showing
Please register or sign in to comment