summaryrefslogtreecommitdiffstats
path: root/hdata/test/hdata_to_dt.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdata/test/hdata_to_dt.c')
-rw-r--r--hdata/test/hdata_to_dt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c
index 717fc9af..54f37613 100644
--- a/hdata/test/hdata_to_dt.c
+++ b/hdata/test/hdata_to_dt.c
@@ -234,15 +234,19 @@ int main(int argc, char *argv[])
opt_count++;
} else if (strcmp(argv[i], "-7") == 0) {
fake_pvr_type = PVR_TYPE_P7;
+ proc_gen = proc_gen_p7;
opt_count++;
} else if (strcmp(argv[i], "-8E") == 0) {
fake_pvr_type = PVR_TYPE_P8;
+ proc_gen = proc_gen_p8;
opt_count++;
} else if (strcmp(argv[i], "-8") == 0) {
fake_pvr_type = PVR_TYPE_P8;
+ proc_gen = proc_gen_p8;
opt_count++;
} else if (strcmp(argv[i], "-9") == 0) {
fake_pvr_type = PVR_TYPE_P9;
+ proc_gen = proc_gen_p9;
opt_count++;
}
}
OpenPOWER on IntegriCloud