|
5 | 5 | ------------------------------------------------------------------------------ |
6 | 6 | The MIT License (MIT) |
7 | 7 |
|
8 | | - Copyright (c) 2023-2024 Aarno Labs LLC |
| 8 | + Copyright (c) 2023-2025 Aarno Labs LLC |
9 | 9 |
|
10 | 10 | Permission is hereby granted, free of charge, to any person obtaining a copy |
11 | 11 | of this software and associated documentation files (the "Software"), to deal |
@@ -61,7 +61,7 @@ open BCHAnalyzeApp |
61 | 61 |
|
62 | 62 |
|
63 | 63 | let testname = "bCHARMConditionalExprTest" |
64 | | -let lastupdated = "2024-10-31" |
| 64 | +let lastupdated = "2025-08-20" |
65 | 65 |
|
66 | 66 |
|
67 | 67 | let make_dw (s: string) = TR.tget_ok (string_to_doubleword s) |
@@ -95,7 +95,8 @@ let compare_tests () = |
95 | 95 | ("cmp-beq", "0x10184", "0x10188", "000053e30100000a", 3, "(R3 = 0)"); |
96 | 96 | ("cmp-bge", "0x10418", "0x1041c", "000053e3010000aa", 3, "(R3 >= 0)"); |
97 | 97 | ("cmp-bgt", "0x10380", "0x10384", "000053e3010000ca", 3, "(R3 > 0)"); |
98 | | - ("cmp-bhi", "0x10cf4", "0x10cf8", "020051e10100008a", 3, "(R1 > R2)"); |
| 98 | + ("cmp-bhi", "0x10cf4", "0x10cf8", "020051e10100008a", 3, |
| 99 | + "((R1 > R2) or (R1 < 0))"); |
99 | 100 | ("cmp-ble", "0x100e8", "0x100ec", "000053e3010000da", 3, "(R3 <= 0)"); |
100 | 101 | ("cmp-bls", "0x195f4", "0x195f8", "2f0054e30100009a", 3, "(R4 <= 47)"); |
101 | 102 | ("cmp-blt", "0x10c44", "0x10c48", "000053e3010000ba", 3, "(R3 < 0)"); |
|
0 commit comments