git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@635 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
dmaclach
2010-07-29 05:25:43 +00:00
parent 97918069d8
commit 1b8c24f337
6 changed files with 235 additions and 87 deletions

View File

@@ -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;
};