Skip to content

Commit 5cfb456

Browse files
committed
CHT:ARM: updates for global veriables
1 parent fb6e54d commit 5cfb456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CodeHawk/CHT/CHB_tests/bchlibarm32_tests/txbchlibarm32/bCHTranslateARMToCHIFTest.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
------------------------------------------------------------------------------
66
The MIT License (MIT)
77
8-
Copyright (c) 2022-20245 Aarno Labs LLC
8+
Copyright (c) 2022-2025 Aarno Labs LLC
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal
@@ -85,8 +85,7 @@ let translate_store () =
8585
("STMIB", "0x3ba4c", "10408de900",
8686
[("arg_0004", "R4_in"); ("arg_0008", "LR_in")]);
8787
("STR", "0x1b4bc", "08608de500", [("arg_0008", "R6_in")]);
88-
("STRBwb", "0x10208", "015062e500",
89-
[("R2_in[-1]", "R5_in"); ("R2", "sv__3__sv")]);
88+
("STRBwb", "0x10208", "015062e500", [("R2", "sv__3__sv")]);
9089
("STRwb", "0x10568", "08402de500",
9190
[("var_0008", "R4_in"); ("SP", "sv__3__sv")]);
9291
("STRDwb1", "0x1b4bc", "f0416de100",

0 commit comments

Comments
 (0)