diff options
author | John Gilmore <gnu@cygnus> | 1991-10-05 05:35:06 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-05 05:35:06 +0000 |
commit | 6617b94e06b1e2c288e85cc94de4c3c56964f86f (patch) | |
tree | 2c94b45451307ceaff6aec2d7758d53f7a80f995 /gdb/xm-i386v.h | |
parent | 634df4a6531475f9e01780788d91abb72d6925d6 (diff) | |
download | gdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.zip gdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.tar.gz gdb-6617b94e06b1e2c288e85cc94de4c3c56964f86f.tar.bz2 |
Intel 386 Mach host port.
Diffstat (limited to 'gdb/xm-i386v.h')
-rw-r--r-- | gdb/xm-i386v.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/xm-i386v.h b/gdb/xm-i386v.h index d6874ed..589d709 100644 --- a/gdb/xm-i386v.h +++ b/gdb/xm-i386v.h @@ -55,6 +55,8 @@ on those where it does, it occurs quite reliably. */ #define KERNEL_U_ADDR 0xe0000000 +#define REGISTER_U_ADDR(addr, blockend, regno) \ + (addr) = i386_register_u_addr ((blockend),(regno)); #if 0 /* Interface definitions for kernel debugger KDB. */ |