mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 01:48:21 -07:00
A few minor further i386 removals
This commit is contained in:
@@ -50,7 +50,7 @@ rotr32c(uint32_t x, uint32_t n)
|
||||
static __inline unsigned long long
|
||||
rdtsc(void)
|
||||
{
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#if defined(__x86_64__)
|
||||
unsigned int hi;
|
||||
unsigned int lo;
|
||||
# ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user