• Show log

    Commit

  • Hash : 3874fd98
    Author : Andreas Schwab
    Date : 2022-10-10T17:58:48

    Fix strict aliasing problem in aarch64 ffi_call (#739) The assignment a = &dest in ffi_call_int may be moved after the call to extend_integer_type because that function accesses the assigned value with a different type. Co-authored-by: Andreas Schwab <schwab@suse.de>