ppc64: xmon breakpoints are support on PowerMac G5 too

parent 872f2a3f
......@@ -847,7 +847,8 @@ bpt_cmds(void)
break;
}
if (!(systemcfg->platform & PLATFORM_PSERIES)) {
if (systemcfg->platform != PLATFORM_POWERMAC &&
!(systemcfg->platform & PLATFORM_PSERIES)) {
printf("Not supported for this platform\n");
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment