summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2026-03-07 13:12:06 -0500
committerAlexander Taylor <alex@vector35.com>2026-04-15 14:56:32 -0400
commit20b99b72d2bda9504d12f11d24bc07f95b41d048 (patch)
treea6980da58d549d73c338cfca09a9dfd09ce3200f /rust
parenta184a2a04f0203dd1f597cdb248afa67dcf951b3 (diff)
RISC-V: Special handling for 0000 (trap).
Some compilers will stick 0000 (an invalid instruction) after jumps or calls in a noreturn function, which we lifted as an invalid instruction. If our analysis didn't catch that the function is noreturn, it would trigger guided analysis mode for these functions due to the invalid instruction. This is a workaround that we've applied to x86 and aarch64 as well.
Diffstat (limited to 'rust')
0 files changed, 0 insertions, 0 deletions