view dyncall/gen-masm.sh @ 425:2d9f1cb06352

- dynload: corrected comparison of size of optional PE header info to what is pointed to (ptr arithmetic was incorrect, only broke ReactOS builds and runtime, though)
author Tassilo Philipp
date Fri, 17 Dec 2021 18:50:58 +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