fix a badly-applied patch, and also re-run automake which I forgot to do

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@455 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
ted.mielczarek 2009-12-21 13:12:20 +00:00
parent 9276b0d301
commit 1adb184d42
3 changed files with 1182 additions and 622 deletions

View file

@ -1053,6 +1053,7 @@ void MinidumpContext::Print() {
}
printf(" cpsr = 0x%x\n", context_arm->cpsr);
printf(" float_save.fpscr = 0x%" PRIx64 "\n",
context_arm->float_save.fpscr);
for (unsigned int fpr_index = 0;
fpr_index < MD_FLOATINGSAVEAREA_ARM_FPR_COUNT;
++fpr_index) {
@ -1066,7 +1067,6 @@ void MinidumpContext::Print() {
fpe_index, context_arm->float_save.extra[fpe_index]);
}
context_arm->float_save.fpscr);
break;
}