Added out of bounds status enum

This commit is contained in:
2021-04-10 19:41:17 -05:00
parent c6a1b8fa29
commit 93d8c06d2f

View File

@@ -4,5 +4,6 @@ enum status_t
{
S_OK = 0,
S_BAD_SYSCALL,
S_OUT_OF_MEMORY
S_OUT_OF_MEMORY,
S_OUT_OF_BOUNDS
};