From 093dcb555b9e40421aade783e5ebbe3ad14f7e9f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 2 Aug 2017 16:40:07 -0400 Subject: [PATCH] os/2: Patched to compile (?). --- src/physfs_lzmasdk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/physfs_lzmasdk.h b/src/physfs_lzmasdk.h index 25900969..1c9c570c 100644 --- a/src/physfs_lzmasdk.h +++ b/src/physfs_lzmasdk.h @@ -1451,8 +1451,8 @@ static UInt32 CheckFlag(UInt32 flag) #endif #if defined(__WATCOMC__) -static void __cpuid( int cpuinfo[4], uint32_t infotype ); -#pragma aux __cpuid = \ +static void __cpuid(int *cpuinfo, const UInt32 infotype); +#pragma aux __cpuid = \ ".586" \ "cpuid" \ "mov [esi+0],eax" \