Unhandled interrupt will halt execution

This commit is contained in:
Hoang-Vu Dang
2016-07-04 17:07:57 -05:00
parent 3151451c87
commit 9cdca5a32b
8 changed files with 20 additions and 7 deletions

View File

@ -58,6 +58,7 @@ const (
ERR_FETCH_UNALIGNED = 18
ERR_HOOK_EXIST = 19
ERR_RESOURCE = 20
ERR_UNHANDLED_INTERRUPT = 21
MEM_READ = 16
MEM_WRITE = 17
MEM_FETCH = 18