Skip to content

Commit

Permalink
Fix switcher bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneRousseau committed Jun 20, 2024
1 parent 09f1d62 commit 0fb6da5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/test_files/case_studies/mutually_distrustful.s
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ switcher_zero_stk_end_pre:
load cs1 csp
lea csp 1
load cs0 csp
lea csp 1
switcher_zero_stk_init_post:
geta ct0 csp
getb ct1 csp
Expand Down
1 change: 0 additions & 1 deletion tests/test_files/switcher/switcher.s
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ switcher_zero_stk_end_pre:
load cs1 csp
lea csp 1
load cs0 csp
lea csp 1
switcher_zero_stk_init_post:
geta ct0 csp
getb ct1 csp
Expand Down
1 change: 0 additions & 1 deletion tests/test_files/switcher/switcher_commented.s
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ switcher_zero_stk_end_pre:
load cs1 csp
lea csp 1
load cs0 csp
lea csp 1

;; zero the stack frame
;; TODO do we want the stack high water mark ?
Expand Down
1 change: 0 additions & 1 deletion tests/test_files/switcher/switcher_example.s
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ switcher_zero_stk_end_pre:
load cs1 csp
lea csp 1
load cs0 csp
lea csp 1
switcher_zero_stk_init_post:
geta ct0 csp
getb ct1 csp
Expand Down

0 comments on commit 0fb6da5

Please sign in to comment.