handle some errors properly so avoid exit() during initialization. this fixes issue #237
This commit is contained in:
@ -53,6 +53,7 @@ const (
|
||||
ERR_WRITE_UNALIGNED = 17
|
||||
ERR_FETCH_UNALIGNED = 18
|
||||
ERR_HOOK_EXIST = 19
|
||||
ERR_RESOURCE = 20
|
||||
MEM_READ = 16
|
||||
MEM_WRITE = 17
|
||||
MEM_FETCH = 18
|
||||
|
Reference in New Issue
Block a user