put lifetime back, flake fixes

This commit is contained in:
Anton-4 2023-04-24 12:11:36 +02:00
parent 6c884cf365
commit 7bbb37a843
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937
4 changed files with 97 additions and 25 deletions

View file

@ -1784,7 +1784,7 @@ impl Assembler<X86_64GeneralReg, X86_64FloatReg> for X86_64Assembler {
fn shift_reg64_reg64_reg64<'a, ASM, CC>(
buf: &mut Vec<'a, u8>,
storage_manager: &mut StorageManager<'a, X86_64GeneralReg, X86_64FloatReg, ASM, CC>,
storage_manager: &mut StorageManager<'a, '_, X86_64GeneralReg, X86_64FloatReg, ASM, CC>,
shift_function: fn(buf: &mut Vec<'_, u8>, X86_64GeneralReg),
dst: X86_64GeneralReg,
src1: X86_64GeneralReg,