Mostly trivial enum fixes
[deliverable/binutils-gdb.git] / gdb / guile / scm-breakpoint.c
index ad853ed7cfa3606a37dc1c4238f82cc7df4aea19..eef8a4b0ca5781bac1eabddf5714846a6dddb1e8 100644 (file)
@@ -340,8 +340,8 @@ gdbscm_make_breakpoint (SCM location_scm, SCM rest)
   char *s;
   char *location;
   int type_arg_pos = -1, access_type_arg_pos = -1, internal_arg_pos = -1;
-  int type = bp_breakpoint;
-  int access_type = hw_write;
+  enum bptype type = bp_breakpoint;
+  enum target_hw_bp_type access_type = hw_write;
   int internal = 0;
   SCM result;
   breakpoint_smob *bp_smob;
This page took 0.023868 seconds and 4 git commands to generate.