summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/Ps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/Ps.pm')
-rwxr-xr-xsrc/build/debug/Hostboot/Ps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Ps.pm b/src/build/debug/Hostboot/Ps.pm
index 910d122d8..40aff5ccf 100755
--- a/src/build/debug/Hostboot/Ps.pm
+++ b/src/build/debug/Hostboot/Ps.pm
@@ -50,7 +50,7 @@ use constant PS_TRACKER_RETVAL_OFFSET => 8 + PS_TRACKER_STATUS_OFFSET;
use constant PS_TRACKER_WAITINFO_OFFSET => 8 + PS_TRACKER_RETVAL_OFFSET;
use constant PS_TRACKER_ENTRYPOINT_OFFSET => 8 + PS_TRACKER_WAITINFO_OFFSET;
-use constant PS_TASK_STATE_OFFSET => 8*43;
+use constant PS_TASK_STATE_OFFSET => 8*44;
use constant PS_TASK_STATEEXTRA_OFFSET => 8 + PS_TASK_STATE_OFFSET;
use bigint;
OpenPOWER on IntegriCloud