diff --git a/mozilla/js/js2/icodeasm.cpp b/mozilla/js/js2/icodeasm.cpp index 6592d172687..9e69fecc13f 100644 --- a/mozilla/js/js2/icodeasm.cpp +++ b/mozilla/js/js2/icodeasm.cpp @@ -479,7 +479,6 @@ namespace ICodeASM { throw JSParseException (eidDuplicateLabel); } } - return firstTokenEnd; } else { /* the thing we scanned was an instruction, search the icode map * for a matching instruction */ @@ -493,7 +492,7 @@ namespace ICodeASM { /* otherwise, choke on it */ throw JSParseException (eidUnknownICode); } - + return firstTokenEnd; } } diff --git a/mozilla/js2/src/icodeasm.cpp b/mozilla/js2/src/icodeasm.cpp index 6592d172687..9e69fecc13f 100644 --- a/mozilla/js2/src/icodeasm.cpp +++ b/mozilla/js2/src/icodeasm.cpp @@ -479,7 +479,6 @@ namespace ICodeASM { throw JSParseException (eidDuplicateLabel); } } - return firstTokenEnd; } else { /* the thing we scanned was an instruction, search the icode map * for a matching instruction */ @@ -493,7 +492,7 @@ namespace ICodeASM { /* otherwise, choke on it */ throw JSParseException (eidUnknownICode); } - + return firstTokenEnd; } }