aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/psim.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-11-28 18:47:07 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-11-28 18:47:07 +0000
commit290ad14a9dd688a94344e1c21e681e2e8d01b0f1 (patch)
tree6cd17c9b356f288fa36d40ade3730e494cd34e7d /sim/ppc/psim.c
parent5aca405826b00ce4fc00055618eeab3e7e231076 (diff)
downloadgdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.zip
gdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.tar.gz
gdb-290ad14a9dd688a94344e1c21e681e2e8d01b0f1.tar.bz2
Add determining when we do not have enough writeback slots; Do not do model specific handling if not printing out the information
Diffstat (limited to 'sim/ppc/psim.c')
-rw-r--r--sim/ppc/psim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/ppc/psim.c b/sim/ppc/psim.c
index 636ae05..e12556c 100644
--- a/sim/ppc/psim.c
+++ b/sim/ppc/psim.c
@@ -97,6 +97,7 @@ int current_host_byte_order;
int current_environment;
int current_alignment;
int current_floating_point;
+int current_model_issue = MODEL_ISSUE_IGNORE;
model_enum current_model = WITH_DEFAULT_MODEL;