Edit

kc3-lang/libffi/src/arm/internal.h

Branch :

  • Show log

    Commit

  • Author : Richard Henderson
    Date : 2014-10-17 01:27:16
    Hash : e7f15f60
    Message : arm: Rewrite ffi_call Use the trick to allocate the stack frame for ffi_call_SYSV within ffi_call itself.

  • src/arm/internal.h
  • #define ARM_TYPE_VFP_S	0
    #define ARM_TYPE_VFP_D	1
    #define ARM_TYPE_VFP_N	2
    #define ARM_TYPE_INT64	3
    #define ARM_TYPE_INT	4
    #define ARM_TYPE_VOID	5
    #define ARM_TYPE_STRUCT	6