We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f04f6e commit a43db60Copy full SHA for a43db60
hw/arm/apple-silicon/dart.c
@@ -593,6 +593,9 @@ static void apple_dart_reset(DeviceState *dev)
593
mapper->regs.params1, DART_PARAMS1, ACCESS_REGION_PROTECTION,
594
(dart->dart_options & BIT(1)) != 0);
595
596
+ mapper->regs.params2 =
597
+ FIELD_DP32(0, DART_PARAMS2, BYPASS_SUPPORT, 1);
598
+
599
for (j = 0; j < DART_MAX_STREAMS; j++) {
600
mapper->regs.sid_remap[j] = j;
601
}
0 commit comments