commit | 8a5723514007a3c386e6410232756f02d9a6546a | [log] [tgz] |
---|---|---|
author | Yuyang Huang <[email protected]> | Wed Feb 14 20:35:16 2024 +0900 |
committer | Yuyang Huang <[email protected]> | Thu Feb 15 08:18:37 2024 +0900 |
tree | e5166695730c3939193a8568be04073bd046b379 | |
parent | da7cbc8b0a4bb490b03116bf581e1741ba708eb9 [diff] |
v5: replace imm with signed_imm for correct counter access This commit updates the counter offset calculation to use a signed immediate value (signed_imm) instead of an unsigned immediate value (imm). This change ensures correct memory access behavior for the counter. Test: TH Change-Id: If68c097f2e3e3a8a44e891922bfcb2ec00f2fbe1