|
@@ -160,6 +160,7 @@ int arch_bp_generic_fields(int sh_len, int sh_type,
|
|
|
switch (sh_type) {
|
|
switch (sh_type) {
|
|
|
case SH_BREAKPOINT_READ:
|
|
case SH_BREAKPOINT_READ:
|
|
|
*gen_type = HW_BREAKPOINT_R;
|
|
*gen_type = HW_BREAKPOINT_R;
|
|
|
|
|
+ break;
|
|
|
case SH_BREAKPOINT_WRITE:
|
|
case SH_BREAKPOINT_WRITE:
|
|
|
*gen_type = HW_BREAKPOINT_W;
|
|
*gen_type = HW_BREAKPOINT_W;
|
|
|
break;
|
|
break;
|