git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@635 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -96,7 +96,7 @@ u_int64_t Label::operator-(const Label &label) const {
|
||||
}
|
||||
|
||||
u_int64_t Label::Value() const {
|
||||
u_int64_t v;
|
||||
u_int64_t v = 0;
|
||||
ALWAYS_EVALUATE_AND_ASSERT(IsKnownConstant(&v));
|
||||
return v;
|
||||
};
|
||||
|
Reference in New Issue
Block a user