]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libaml/amlmapio.c
realemu: implement IDIV, mark 0xE0000 writeable, fix DIV overfow trap
[plan9front.git] / sys / src / libaml / amlmapio.c
1 #include <u.h>
2 #include <libc.h>
3 #include <aml.h>
4
5 int
6 amlmapio(Amlio*)
7 {
8         return -1;
9 }