mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Compiles on x86 but everything is broken
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
namespace Time
|
||||
{
|
||||
void time::Sleep(uintptr_t Milliseconds)
|
||||
void time::Sleep(uint64_t Milliseconds)
|
||||
{
|
||||
#if defined(__amd64__) || defined(__i386__)
|
||||
uintptr_t Target = mminq(&((HPET *)hpet)->MainCounterValue) + (Milliseconds * 1000000000) / clk;
|
||||
|
Reference in New Issue
Block a user