summaryrefslogtreecommitdiff
path: root/userspace/exception.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-21 11:44:55 +0200
committerMiguel <m.i@gmx.at>2018-09-21 11:44:55 +0200
commitf5281689c95758f17628f0286e0265ecf3385a8e (patch)
tree312b16fcbaf40b7e32c1b7e3fe783477e8d9674c /userspace/exception.c
parente68c8e3468076afa171ffff82b9bafa4cbc335bb (diff)
little div prog and cleaning userspace
Diffstat (limited to 'userspace/exception.c')
-rw-r--r--userspace/exception.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/exception.c b/userspace/exception.c
deleted file mode 100644
index 4f72c86..0000000
--- a/userspace/exception.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main()
-{
- return 10/0;
-}