Index: src/regexp-macro-assembler.h |
=================================================================== |
--- src/regexp-macro-assembler.h (revision 860) |
+++ src/regexp-macro-assembler.h (working copy) |
@@ -93,6 +93,7 @@ |
virtual void CheckNotCharacterAfterMinusOr(uc16 c, |
uc16 minus_then_or_with, |
Label* on_not_equal) = 0; |
+ virtual void CheckNotRegistersEqual(int reg1, int reg2, Label* on_not_equal) = 0; |
// Dispatch after looking the current character up in a byte map. The |
// destinations vector has up to 256 labels. |
virtual void DispatchByteMap( |