Added out of bounds status enum
This commit is contained in:
@@ -4,5 +4,6 @@ enum status_t
|
|||||||
{
|
{
|
||||||
S_OK = 0,
|
S_OK = 0,
|
||||||
S_BAD_SYSCALL,
|
S_BAD_SYSCALL,
|
||||||
S_OUT_OF_MEMORY
|
S_OUT_OF_MEMORY,
|
||||||
|
S_OUT_OF_BOUNDS
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user