Hash :
b60d4fc7
Author :
Date :
2021-12-23T14:32:46
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.