mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
Fixed target symbol parsing in pre-typed capabilities
Also renamed CONT to CONTAINER on certain symbols
This commit is contained in:
@@ -54,13 +54,13 @@ struct container {
|
||||
|
||||
enum cinfo_target_type {
|
||||
/* Current container as a whole */
|
||||
CURRENT_CONT = 1,
|
||||
CURRENT_CONTAINER = 1,
|
||||
|
||||
/* Current pager's address space */
|
||||
CURRENT_PAGER_SPACE = 2,
|
||||
|
||||
/* Another container as a whole */
|
||||
ANOTHER_CONT = 3,
|
||||
ANOTHER_CONTAINER = 3,
|
||||
|
||||
/* Another container's pager as a thread */
|
||||
ANOTHER_PAGER = 4,
|
||||
|
||||
Reference in New Issue
Block a user