Commit b60d4fc7bb4419021bf566e09de55ed1d9b041db

rorth 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.