summaryrefslogtreecommitdiff
path: root/utils/deriveConstants/DeriveConstants.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/deriveConstants/DeriveConstants.hs')
-rw-r--r--utils/deriveConstants/DeriveConstants.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/deriveConstants/DeriveConstants.hs b/utils/deriveConstants/DeriveConstants.hs
index 3173c27cec..9fc29d6750 100644
--- a/utils/deriveConstants/DeriveConstants.hs
+++ b/utils/deriveConstants/DeriveConstants.hs
@@ -313,6 +313,12 @@ wanteds = concat
,fieldOffset Both "StgRegTable" "rXMM4"
,fieldOffset Both "StgRegTable" "rXMM5"
,fieldOffset Both "StgRegTable" "rXMM6"
+ ,fieldOffset Both "StgRegTable" "rYMM1"
+ ,fieldOffset Both "StgRegTable" "rYMM2"
+ ,fieldOffset Both "StgRegTable" "rYMM3"
+ ,fieldOffset Both "StgRegTable" "rYMM4"
+ ,fieldOffset Both "StgRegTable" "rYMM5"
+ ,fieldOffset Both "StgRegTable" "rYMM6"
,fieldOffset Both "StgRegTable" "rL1"
,fieldOffset Both "StgRegTable" "rSp"
,fieldOffset Both "StgRegTable" "rSpLim"