Skip to content

Commit

Permalink
fix: context consistency argument (#596)
Browse files Browse the repository at this point in the history
Signed-off-by: F Bojarski <[email protected]>
  • Loading branch information
letypequividelespoubelles authored Feb 21, 2025
1 parent 73909cc commit c7fabb5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hub/constraints/consistency/context/columns.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
ccp_PEEK_AT_CONTEXT
ccp_CONTEXT_NUMBER
ccp_HUB_STAMP
ccp_UPDATE
ccp_CALL_STACK_DEPTH
ccp_IS_ROOT
ccp_IS_STATIC
Expand All @@ -27,17 +28,17 @@
ccp_CALL_DATA_SIZE
ccp_RETURN_AT_OFFSET
ccp_RETURN_AT_CAPACITY
ccp_UPDATE
ccp_RETURN_DATA_OFFSET
ccp_RETURN_DATA_SIZE
ccp_RETURN_DATA_CONTEXT_NUMBER
)
;; original columns
;;;;;;;;;;;;;;;;;;;
(
(↓ PEEK_AT_CONTEXT)
(↓ context/CONTEXT_NUMBER)
(↓ HUB_STAMP)
(+ PEEK_AT_CONTEXT)
(+ context/CONTEXT_NUMBER)
(+ HUB_STAMP)
(+ context/UPDATE)
context/CALL_STACK_DEPTH
context/IS_ROOT
context/IS_STATIC
Expand All @@ -57,7 +58,6 @@
context/CALL_DATA_SIZE
context/RETURN_AT_OFFSET
context/RETURN_AT_CAPACITY
context/UPDATE
context/RETURN_DATA_OFFSET
context/RETURN_DATA_SIZE
context/RETURN_DATA_CONTEXT_NUMBER
Expand Down

0 comments on commit c7fabb5

Please sign in to comment.