Bug 1036782 - Replace MOZ_ASSUME_UNREACHABLE with MOZ_CRASH in js/src. r=jorendorff
This commit is contained in:
@@ -678,7 +678,7 @@ GetBytecodeInteger(jsbytecode *pc)
|
||||
case JSOP_INT8: return GET_INT8(pc);
|
||||
case JSOP_INT32: return GET_INT32(pc);
|
||||
default:
|
||||
MOZ_ASSUME_UNREACHABLE("Bad op");
|
||||
MOZ_CRASH("Bad op");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user