Skip to content
Snippets Groups Projects
Commit a2f3551c authored by Simon Hengel's avatar Simon Hengel Committed by Austin Seipp
Browse files

Fix warnings in test helper

parent 39649d71
No related branches found
No related tags found
No related merge requests found
......@@ -164,4 +164,20 @@ dynFlags = defaultDynFlags settings
, pc_ILDV_CREATE_MASK = 0
, pc_ILDV_STATE_CREATE = 0
, pc_ILDV_STATE_USE = 0
, pc_OFFSET_StgRegTable_rYMM1 = 0
, pc_OFFSET_StgRegTable_rYMM2 = 0
, pc_OFFSET_StgRegTable_rYMM3 = 0
, pc_OFFSET_StgRegTable_rYMM4 = 0
, pc_OFFSET_StgRegTable_rYMM5 = 0
, pc_OFFSET_StgRegTable_rYMM6 = 0
, pc_OFFSET_StgRegTable_rZMM1 = 0
, pc_OFFSET_StgRegTable_rZMM2 = 0
, pc_OFFSET_StgRegTable_rZMM3 = 0
, pc_OFFSET_StgRegTable_rZMM4 = 0
, pc_OFFSET_StgRegTable_rZMM5 = 0
, pc_OFFSET_StgRegTable_rZMM6 = 0
, pc_OFFSET_StgFunInfoExtraFwd_arity = 0
, pc_REP_StgFunInfoExtraFwd_arity = 0
, pc_OFFSET_StgFunInfoExtraRev_arity = 0
, pc_REP_StgFunInfoExtraRev_arity = 0
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment