aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-20 15:21:26 +0545
committerMike Frysinger <vapier@gentoo.org>2015-06-21 13:56:24 -0400
commitccd4b2953bb039e91b301a616c5f7c6f542b6b10 (patch)
tree12330d9581425b0dc8dfe659cb6028c90354a4b7 /sim/common/ChangeLog
parentf55b33d51b056c665568c6204bd3ced7f1ec15c8 (diff)
downloadgdb-ccd4b2953bb039e91b301a616c5f7c6f542b6b10.zip
gdb-ccd4b2953bb039e91b301a616c5f7c6f542b6b10.tar.gz
gdb-ccd4b2953bb039e91b301a616c5f7c6f542b6b10.tar.bz2
sim: common: add basic model assert
If the configured in default doesn't match a known value, throw an assertion failure rather than segfaulting deeper down.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 30a121c..722ad98 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,9 @@
2015-06-21 Mike Frysinger <vapier@gentoo.org>
+ * sim-model.c (sim_model_init): Assert model is not NULL.
+
+2015-06-21 Mike Frysinger <vapier@gentoo.org>
+
* sim-types.h: Move SIM_TYPES_H define to top of file. Include
stdint.h. Replace all signed/unsigned typedefs with int#_t and
uint#_t.