]> Git Repo - binutils.git/blobdiff - gdb/i386gnu-nat.c
* c-typeprint.c (c_type_print_cv_qualifier): Don't print `const'
[binutils.git] / gdb / i386gnu-nat.c
index 7554d1aed2cccc0d3bde558ff603f8d079181782..e51a725c798647b1913cd02153755f2fae4838d8 100644 (file)
@@ -1,5 +1,6 @@
 /* Low level interface to i386 running the GNU Hurd.
-   Copyright (C) 1992, 1995, 1996, 2000 Free Software Foundation, Inc.
+   Copyright 1992, 1995, 1996, 1998, 2000, 2001
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,8 +22,9 @@
 #include "defs.h"
 #include "inferior.h"
 #include "floatformat.h"
+#include "regcache.h"
 
-#include <assert.h>
+#include "gdb_assert.h"
 #include <stdio.h>
 #include <errno.h>
 
@@ -321,7 +323,7 @@ gnu_store_registers (int regno)
        {
          proc_debug (thread, "storing register %s", REGISTER_NAME (regno));
 
-         assert (register_valid[regno]);
+         gdb_assert (register_valid[regno]);
          fill (state, regno);
        }
 
This page took 0.024465 seconds and 4 git commands to generate.