summaryrefslogtreecommitdiff
path: root/msim/main.c
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-22 23:41:05 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-22 23:41:05 -0400
commit798890c1f563f5ef9c55ff1a665a42198cb4e6cd (patch)
tree1457461b50f114e3383afb36ef2ec1c38213748f /msim/main.c
parentmultitude of mld fixes, add entrypoint (diff)
downloadmips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.tar.gz
mips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.tar.bz2
mips-798890c1f563f5ef9c55ff1a665a42198cb4e6cd.zip
msim stub
Diffstat (limited to 'msim/main.c')
-rw-r--r--msim/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/msim/main.c b/msim/main.c
new file mode 100644
index 0000000..7afb34e
--- /dev/null
+++ b/msim/main.c
@@ -0,0 +1,5 @@
+
+int main(void) {
+ // NOT YET IMPLEMENTED
+ return 1;
+}