macro_rules! save_registers_regular {
() => { ... };
}Expand description
An assembly block for saving regular x86_64 registers by pushing them onto the stack.
macro_rules! save_registers_regular {
() => { ... };
}An assembly block for saving regular x86_64 registers by pushing them onto the stack.