Fixing assert_hook bug
authorHamed <hamed.gorjiara@gmail.com>
Fri, 7 Jul 2017 06:21:25 +0000 (23:21 -0700)
committerHamed <hamed.gorjiara@gmail.com>
Fri, 7 Jul 2017 06:21:25 +0000 (23:21 -0700)
src/common.c [new file with mode: 0644]

diff --git a/src/common.c b/src/common.c
new file mode 100644 (file)
index 0000000..660472f
--- /dev/null
@@ -0,0 +1,6 @@
+#include "common.h"
+
+void assert_hook(void)
+{
+       model_print("Add breakpoint to line %u in file %s.\n", __LINE__, __FILE__);
+}
\ No newline at end of file