diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-05-25 07:37:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-05-25 07:37:30 +0000 |
commit | 39e953a72287cfa9335871478f27258989a22a66 (patch) | |
tree | 6438a7bde0347193bf8971ff7f1024e27b85690d /sim/mn10300/dv-mn103cpu.c | |
parent | 2f06c437e28ea3bfab27cc9b9b11dd235397a938 (diff) | |
download | gdb-39e953a72287cfa9335871478f27258989a22a66.zip gdb-39e953a72287cfa9335871478f27258989a22a66.tar.gz gdb-39e953a72287cfa9335871478f27258989a22a66.tar.bz2 |
Split out hw-event code. Clean up interface. Update all users.
Diffstat (limited to 'sim/mn10300/dv-mn103cpu.c')
-rw-r--r-- | sim/mn10300/dv-mn103cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/dv-mn103cpu.c b/sim/mn10300/dv-mn103cpu.c index f85ea34..cce89f4 100644 --- a/sim/mn10300/dv-mn103cpu.c +++ b/sim/mn10300/dv-mn103cpu.c @@ -107,7 +107,7 @@ struct mn103cpu_block { struct mn103cpu { struct mn103cpu_block block; - hw_event *pending_handler; + struct hw_event *pending_handler; int pending_level; int pending_nmi; int pending_reset; |