diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-11-08 18:57:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-11-08 18:57:06 +0000 |
commit | 73c4941b23b9c660bb9bc4bb7acf3ea253356c41 (patch) | |
tree | da13e65308de8337364ccbc1dde964aa60b93609 /sim/ppc/corefile.c | |
parent | 0634a431423265b525681625d2796346428c53b0 (diff) | |
download | ppe42-binutils-73c4941b23b9c660bb9bc4bb7acf3ea253356c41.tar.gz ppe42-binutils-73c4941b23b9c660bb9bc4bb7acf3ea253356c41.zip |
first stage in function unit support; add new switches & latest code from andrew
Diffstat (limited to 'sim/ppc/corefile.c')
-rw-r--r-- | sim/ppc/corefile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/ppc/corefile.c b/sim/ppc/corefile.c index 1c673576dd..c112a63f53 100644 --- a/sim/ppc/corefile.c +++ b/sim/ppc/corefile.c @@ -398,7 +398,6 @@ core_attach_address_callback(const device *me, const device *who) /*callback/default*/ { core *memory = (core*)me->data; - unsigned_word device_address; DTRACE_ATTACH_ADDRESS(core); if (space != 0) error("core_attach_address_callback() invalid address space\n"); |