mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 16:49:40 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user