aboutsummaryrefslogtreecommitdiff
path: root/src/op/br_if.c
Commit message (Collapse)AuthorAgeFilesLines
* Do not explicitly initialize static variables to zeroXavier Del Campo Romero2025-11-101-1/+1
| | | | This is redundant according to the C standard.
* br_if.c: Consider both MSB and LSB for i64Xavier Del Campo Romero2025-11-071-1/+1
| | | | | Otherwise, values such as 0x100000000 (i.e., the 32th-bit is set) would not cause a branch because only the lower 32 bits would be tested.
* First commitXavier Del Campo Romero2025-11-061-0/+95