summaryrefslogtreecommitdiffstats
path: root/test/openpower-pels/pel_utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/openpower-pels/pel_utils.cpp')
-rw-r--r--test/openpower-pels/pel_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/openpower-pels/pel_utils.cpp b/test/openpower-pels/pel_utils.cpp
index 4c94758..133e259 100644
--- a/test/openpower-pels/pel_utils.cpp
+++ b/test/openpower-pels/pel_utils.cpp
@@ -58,7 +58,7 @@ const std::vector<uint8_t> srcSectionNoCallouts{
0x00, 0x48, // SRC structure size
// Hex words 2 - 9
- 0x02, 0x02, 0x02, 0x02, 0x03, 0x03, 0x03, 0x03, 0x04, 0x04, 0x04, 0x04,
+ 0x02, 0x02, 0x02, 0x55, 0x03, 0x03, 0x03, 0x10, 0x04, 0x04, 0x04, 0x04,
0x05, 0x05, 0x05, 0x05, 0x06, 0x06, 0x06, 0x06, 0x07, 0x07, 0x07, 0x07,
0x08, 0x08, 0x08, 0x08, 0x09, 0x09, 0x09, 0x09,
// ASCII string
OpenPOWER on IntegriCloud