view dyncall/gen-masm.sh @ 651:cab0031c6691

- arm64 files: * // to /* comments */ (b/c dyncall supports pre-c99 toolchains, in this case it's more for consistency reasons throughout dyncall, as arm64 is newer than 1999) * removed comment with dead link * cosmetics - portasm readme addition
author Tassilo Philipp
date Thu, 07 Mar 2024 10:34:10 +0100
parents ab2d78e48ca2
children
line wrap: on
line source

#!/bin/sh
cd `dirname $0`

../portasm/gen-masm.sh dyncall_call_x86 _generic_masm
../portasm/gen-masm.sh dyncall_call_x64 _generic_masm