Skip to content

Commit

Permalink
os/2: Patched to compile (?).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 2, 2017
1 parent 3f9ffdd commit 093dcb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/physfs_lzmasdk.h
Expand Up @@ -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" \
Expand Down

0 comments on commit 093dcb5

Please sign in to comment.