Add support for XMM registers.
[deliverable/binutils-gdb.git] / gdb / wrapper.c
index 7d8d6b353860c69ec74686b17e058c4ed131a509..129479f2e19fd1e707c60b23ca2551263db82cd9 100644 (file)
@@ -1,6 +1,7 @@
 /* Longjump free calls to GDB internal routines.
 
-   Copyright (C) 1999, 2000, 2005, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2005, 2007, 2008, 2009
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -151,7 +152,7 @@ gdb_value_struct_elt (struct ui_out *uiout, struct value **result,
 {
   volatile struct gdb_exception except;
 
-  TRY_CATCH (except, RETURN_MASK_ALL)
+  TRY_CATCH (except, RETURN_MASK_ERROR)
     {
       *result = value_struct_elt (argp, args, name, static_memfuncp, err);
     }
This page took 0.023993 seconds and 4 git commands to generate.