* gdb/fileio.h: New file.
[deliverable/binutils-gdb.git] / gdb / mipsv4-nat.c
index 65ffa0dc629f4dc83aad4f0554a1e428b8e2e1ee..d29bc995d9a108e42012ebc78494e67b9a646c86 100644 (file)
@@ -154,7 +154,7 @@ get_longjmp_target (CORE_ADDR *pc)
                          TARGET_PTR_BIT / TARGET_CHAR_BIT))
     return 0;
 
-  *pc = extract_address (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT);
+  *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT);
 
   return 1;
 }
This page took 0.030377 seconds and 4 git commands to generate.