Edit

kc3-lang/libffi/src/x86

Branch :

  • Show log

    Commit

  • Author : rorth
    Date : 2021-12-23 14:32:46
    Hash : b60d4fc7
    Message : src/x86/win64.S: Use #define instead of .macro (#665) (#669) The Solaris/x86 assembler doesn't support .macro/.endm, so use #define since win64.S is passed through cpp anyway.