Unhandled interrupt will halt execution
This commit is contained in:
2
uc.c
2
uc.c
@@ -96,6 +96,8 @@ const char *uc_strerror(uc_err code)
|
||||
return "Fetch from unaligned memory (UC_ERR_FETCH_UNALIGNED)";
|
||||
case UC_ERR_RESOURCE:
|
||||
return "Insufficient resource (UC_ERR_RESOURCE)";
|
||||
case UC_ERR_UNHANDLED_INTERRUPT:
|
||||
return "Unhandled machine interrupt (UC_ERR_UNHANDLED_INTERRUPT)";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user