Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
seL4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panda
seL4
Commits
fd1c946c
Commit
fd1c946c
authored
9 years ago
by
Thomas Sewell
Browse files
Options
Downloads
Patches
Plain Diff
Adjust -1 syntax for new Isabelle.
parent
0b162d7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/object/cnode.c
+1
-1
1 addition, 1 deletion
src/object/cnode.c
src/object/interrupt.c
+2
-2
2 additions, 2 deletions
src/object/interrupt.c
with
3 additions
and
3 deletions
src/object/cnode.c
+
1
−
1
View file @
fd1c946c
...
...
@@ -761,7 +761,7 @@ cteDeleteOne(cte_t* slot)
bool_t
final
;
finaliseCap_ret_t
fc_ret
UNUSED
;
/** GHOSTUPD: "(gs_get_assn cteDeleteOne_'proc \<acute>ghost'state = -1
/** GHOSTUPD: "(gs_get_assn cteDeleteOne_'proc \<acute>ghost'state =
(
-1
)
\<or> gs_get_assn cteDeleteOne_'proc \<acute>ghost'state = \<acute>cap_type, id)" */
final
=
isFinalCapability
(
slot
);
...
...
This diff is collapsed.
Click to expand it.
src/object/interrupt.c
+
2
−
2
View file @
fd1c946c
...
...
@@ -171,7 +171,7 @@ invokeIRQHandler_SetIRQHandler(irq_t irq, cap_t cap, cte_t *slot)
cte_t
*
irqSlot
;
irqSlot
=
intStateIRQNode
+
irq
;
/** GHOSTUPD: "(True, gs_set_assn cteDeleteOne_'proc -1)" */
/** GHOSTUPD: "(True, gs_set_assn cteDeleteOne_'proc
(
-1)
)
" */
cteDeleteOne
(
irqSlot
);
cteInsert
(
cap
,
slot
,
irqSlot
);
}
...
...
@@ -182,7 +182,7 @@ invokeIRQHandler_ClearIRQHandler(irq_t irq)
cte_t
*
irqSlot
;
irqSlot
=
intStateIRQNode
+
irq
;
/** GHOSTUPD: "(True, gs_set_assn cteDeleteOne_'proc -1)" */
/** GHOSTUPD: "(True, gs_set_assn cteDeleteOne_'proc
(
-1)
)
" */
cteDeleteOne
(
irqSlot
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment