| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
br_table is in fact a generalization of other branch types like br or
br_if, since br_table contains several branches for the same pc inside
the nw_lo section.
Therefore, this kind of branch forced some changes to nwp_break and
those relying on it.
|
| |
|
|
| |
This is redundant according to the C standard.
|
| |
|
|
|
| |
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.
|
| |
|