view dyncallback/gen-masm.sh @ 465:e2899b4ff713

- // -> /* */, mainly for consistency (but also for a few obscure compilers)
author Tassilo Philipp
date Wed, 02 Feb 2022 12:55:23 +0100
parents ab2d78e48ca2
children
line wrap: on
line source

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

../portasm/gen-masm.sh dyncall_callback_x86 _masm
../portasm/gen-masm.sh dyncall_callback_x64 _masm