mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
76adc9174f
Summary: This fixes the initial syscall injection on aarch64. This also does slight simplification of the instructions that get plopped down at the current instruction pointer so that we can fit the instructions into a single word. That is, instead of injecting `INT3; SYSCALL; INT3`, we inject `SYSCALL; INT3`. Reviewed By: VladimirMakaev Differential Revision: D40867427 fbshipit-source-id: 2afa96f2270e16284523a17b09da00529893c20e |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |