Mostly trivial enum fixes
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 01cb5b65fabfdf7a64cd947e91563c66472c127a..9c63fd528408a348a6212a12c05158f32e14e950 100644 (file)
@@ -1424,7 +1424,8 @@ m32r_stop (struct target_ops *self, ptid_t ptid)
 
 static int
 m32r_can_use_hw_watchpoint (struct target_ops *self,
-                           int type, int cnt, int othertype)
+                           enum bptype type,
+                           int cnt, int othertype)
 {
   return sdi_desc != NULL && cnt < max_access_breaks;
 }
@@ -1435,7 +1436,7 @@ m32r_can_use_hw_watchpoint (struct target_ops *self,
 
 static int
 m32r_insert_watchpoint (struct target_ops *self,
-                       CORE_ADDR addr, int len, int type,
+                       CORE_ADDR addr, int len, enum target_hw_bp_type type,
                        struct expression *cond)
 {
   int i;
This page took 0.02604 seconds and 4 git commands to generate.