mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2001-02-23 Ben Elliston <bje@redhat.com>
* sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not already defined elsewhere.
This commit is contained in:
parent
2126d5fbda
commit
fb891446b7
@ -1,3 +1,8 @@
|
||||
2001-02-23 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not
|
||||
already defined elsewhere.
|
||||
|
||||
2001-02-19 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* sim-main.h (sim_monitor): Return an int.
|
||||
|
@ -328,6 +328,7 @@ struct _sim_cpu {
|
||||
#define simSIGINT (1 << 28) /* 0 = do nothing; 1 = SIGINT has occured */
|
||||
#define simJALDELAYSLOT (1 << 29) /* 1 = in jal delay slot */
|
||||
|
||||
#ifndef ENGINE_ISSUE_PREFIX_HOOK
|
||||
#define ENGINE_ISSUE_PREFIX_HOOK() \
|
||||
{ \
|
||||
/* Perform any pending writes */ \
|
||||
@ -343,6 +344,7 @@ struct _sim_cpu {
|
||||
else \
|
||||
STATE &= ~simPCOC0; \
|
||||
}
|
||||
#endif /* ENGINE_ISSUE_PREFIX_HOOK */
|
||||
|
||||
|
||||
/* This is nasty, since we have to rely on matching the register
|
||||
|
Loading…
Reference in New Issue
Block a user