diff options
Diffstat (limited to 'src/import')
-rwxr-xr-x | src/import/hwpf/fapi2/tools/parseErrorInfo.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl index 662e7889a..7bc0658c5 100755 --- a/src/import/hwpf/fapi2/tools/parseErrorInfo.pl +++ b/src/import/hwpf/fapi2/tools/parseErrorInfo.pl @@ -1766,7 +1766,7 @@ print SBFILE "{\\\n"; print SBFILE " /* create a new rc and capture invalid ffdc buffer */\\\n"; print SBFILE " /* FFDC buffer size is 20 sbeFfdc_t entries */\\\n"; print SBFILE " /* variable buffer needs size in uint32_t, and the resulting bit count */\\\n"; -print SBFILE " const uint32_t size_bytes = (sizeof(sbeFfdc_t)*20);\\\n"; +print SBFILE " const uint32_t size_bytes = (sizeof(fapi2::sbeFfdc_t)*20);\\\n"; print SBFILE " fapi2::variable_buffer l_buffer((uint32_t*)FFDC_BUFFER, size_bytes/4, size_bytes*8);\\\n"; print SBFILE " fapi2::INVALID_SBE_FFDC_PACKET(fapi2::FAPI2_ERRL_SEV_UNRECOVERABLE,RC)."; print SBFILE "set_FFDC_BUFFER(l_buffer).execute();\\\n"; |