Index: src/v8globals.h |
=================================================================== |
--- src/v8globals.h (revision 12559) |
+++ src/v8globals.h (working copy) |
@@ -438,6 +438,7 @@ |
VFP3 = 1, // ARM |
ARMv7 = 2, // ARM |
VFP2 = 3, // ARM |
+ SUDIV = 5, // ARM |
danno
2012/10/01 21:16:17
I changed this to 4 for the commit, I think keepin
|
SAHF = 0, // x86 |
FPU = 1}; // MIPS |