* MAINTAINERS: Change my e-mail address.
[deliverable/binutils-gdb.git] / gdb / irix5-nat.c
index 6128a04a450564fd176a22b0007a812f3283dbcc..bb90da51f8889e5f5a6339c6b4e128afcf7e9f56 100644 (file)
@@ -174,7 +174,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.023133 seconds and 4 git commands to generate.